public abstract class com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive
  super_class: java.lang.Object
{
  final int delegate;
    descriptor: I
    flags: (0x0010) ACC_FINAL
    ConstantValue: 0

  final com.oracle.truffle.api.library.test.ExportDelegationTest this$0;
    descriptor: Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.oracle.truffle.api.library.test.ExportDelegationTest);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportDelegationTest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive this
         0: .line 265
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive.this$0:Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 267
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive.delegate:I
         2: .line 265
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationPrimitive;
    MethodParameters:
        Name  Flags
      this$0  final

  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$ExportDelegationPrimitive this
        start local 1 // java.lang.String arg0
         0: .line 271
            new java.lang.StringBuilder
            dup
            ldc "m1_"
            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$ExportDelegationPrimitive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationPrimitive;
            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 ExportDelegationPrimitive = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive of com.oracle.truffle.api.library.test.ExportDelegationTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;, delegateTo = "delegate")