final class com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/MultiExportTest$MultiExportTestObject1;

  java.lang.String m0(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 this
        start local 1 // int value
         0: .line 108
            new java.lang.StringBuilder
            dup
            ldc "m0_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/library/test/MultiExportTest$MultiExportTestObject1;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached(value = "someValue()", allowUncached = true)
    MethodParameters:
       Name  Flags
      value  

  static int someValue();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 112
            bipush 42
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MultiExportTest.java"
NestHost: com.oracle.truffle.api.library.test.MultiExportTest
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  final MultiExportTestObject1 = com.oracle.truffle.api.library.test.MultiExportTest$MultiExportTestObject1 of com.oracle.truffle.api.library.test.MultiExportTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Exported library InteropLibrary does not export any messages and therefore has no effect. Remove the export declaration to resolve this."})
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/MultiExportTest$MultiExportTestLibrary;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)})