public class com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration extends com.oracle.truffle.api.library.test.ExportLibraryTest$BaseClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration
  super_class: com.oracle.truffle.api.library.test.ExportLibraryTest$BaseClass
{
  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.ExportLibraryTest$SubClassNoRedeclaration this
         0: .line 157
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.ExportLibraryTest$BaseClass.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportLibraryTest$SubClassNoRedeclaration;

  java.lang.Object m1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration this
         0: .line 161
            ldc "m1"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportLibraryTest$SubClassNoRedeclaration;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportLibraryTest
InnerClasses:
  public BaseClass = com.oracle.truffle.api.library.test.ExportLibraryTest$BaseClass of com.oracle.truffle.api.library.test.ExportLibraryTest
  public SubClassNoRedeclaration = com.oracle.truffle.api.library.test.ExportLibraryTest$SubClassNoRedeclaration of com.oracle.truffle.api.library.test.ExportLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportLibraryTest$ExportLibraryTestLibrary2;)