public class com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection
  super_class: java.lang.Object
{
  final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection this
        start local 1 // java.lang.Object delegate
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 175
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection.delegate:Ljava/lang/Object;
         2: .line 176
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithReflection;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public java.lang.String m1(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection this
        start local 1 // java.lang.String arg0
         0: .line 180
            new java.lang.StringBuilder
            dup
            ldc "m1_double_exports_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* arg0 */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String arg0
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithReflection;
            0    1     1  arg0  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      arg0  
}
SourceFile: "ExportDelegationTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportDelegationTest
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  public ExportDelegationWithReflection = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection of com.oracle.truffle.api.library.test.ExportDelegationTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;, delegateTo = "delegate"), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/ReflectionLibrary;, delegateTo = "delegate")})