public class com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest1
  super_class: java.lang.Object
{
  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.GenerateLibraryTest$AbstractErrorTest1 this
         0: .line 456
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorTest1;
}
SourceFile: "GenerateLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.GenerateLibraryTest
InnerClasses:
  public AbstractErrorTest1 = com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest1 of com.oracle.truffle.api.library.test.GenerateLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"The following message(s) of library AbstractErrorLibrary1 are abstract and must be exported using:%", "Exported library AbstractErrorLibrary1 does not export any messages and therefore has no effect. Remove the export declaration to resolve this."})
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorLibrary1;)