public class com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports
  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$ExportDelegationNoExports this
        start local 1 // java.lang.Object delegate
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports.delegate:Ljava/lang/Object;
         2: .line 89
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationNoExports;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  
}
SourceFile: "ExportDelegationTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportDelegationTest
InnerClasses:
  public ExportDelegationNoExports = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports 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")