class com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub extends com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub
  super_class: com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase
{
  final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub this
         0: .line 329
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase.<init>:()V
         1: .line 331
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub.delegate:Ljava/lang/Object;
         2: .line 329
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportRedirectionSub;

  java.lang.String m0();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub this
         0: .line 335
            ldc "m0_sub"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportRedirectionSub;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportSubclassTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSubclassTest
InnerClasses:
  ExportRedirectionBase = com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase of com.oracle.truffle.api.library.test.ExportSubclassTest
  ExportRedirectionSub = com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionSub of com.oracle.truffle.api.library.test.ExportSubclassTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;, delegateTo = "delegate")