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

  boolean accepts();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportLibraryError this
         0: .line 346
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportLibraryError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MissingExportLibraryError;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportSubclassTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSubclassTest
InnerClasses:
  MissingExportLibraryError = com.oracle.truffle.api.library.test.ExportSubclassTest$MissingExportLibraryError of com.oracle.truffle.api.library.test.ExportSubclassTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Class declares @ExportMessage annotations but does not export any libraries. Exported messages cannot be resoved without exported library. Add @ExportLibrary(MyLibrary.class) to the class ot resolve this."})