class com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 extends com.oracle.truffle.api.library.test.otherPackage.ErrorOtherPackageBaseObject1
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1
  super_class: com.oracle.truffle.api.library.test.otherPackage.ErrorOtherPackageBaseObject1
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 this
         0: .line 167
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.otherPackage.ErrorOtherPackageBaseObject1.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$InvisibleBaseElement1;

  java.lang.String m2();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 this
         0: .line 170
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$InvisibleBaseElement1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportSubclassTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSubclassTest
InnerClasses:
  InvisibleBaseElement1 = com.oracle.truffle.api.library.test.ExportSubclassTest$InvisibleBaseElement1 of com.oracle.truffle.api.library.test.ExportSubclassTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/otherPackage/OtherPackageLibrary;)
      com.oracle.truffle.api.test.ExpectError(value = {"Found invisible exported elements in super type 'ErrorOtherPackageBaseObject1': %n   - com.oracle.truffle.api.library.test.otherPackage.ErrorOtherPackageBaseObject1.m0()%nIncrease their visibility to resolve this problem."})