class com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportWithBaseTypeError 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$MissingExportWithBaseTypeError
  super_class: com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportWithBaseTypeError this
         0: .line 361
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.ExportSubclassTest$ExportRedirectionBase.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportWithBaseTypeError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MissingExportWithBaseTypeError;

  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$MissingExportWithBaseTypeError this
         0: .line 366
            ldc ""
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportWithBaseTypeError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MissingExportWithBaseTypeError;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"The @ExportLibrary declaration is missing for this exported message. Add @ExportLibrary(ExportSubclassLibrary1.class) to the enclosing class MissingExportWithBaseTypeError to resolve this."})
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"The @ExportLibrary declaration is missing for this exported message. Add @ExportLibrary(ExportSubclassLibrary1.class) to the enclosing class MissingExportWithBaseTypeError to resolve this."})
}
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
  MissingExportWithBaseTypeError = com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportWithBaseTypeError of com.oracle.truffle.api.library.test.ExportSubclassTest