public abstract class com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary extends com.oracle.truffle.api.library.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary
  super_class: com.oracle.truffle.api.library.Library
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary this
         0: .line 298
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;

  public java.lang.String m0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary this
        start local 1 // java.lang.Object receiver
         0: .line 301
            ldc "otherm0_default"
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

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