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

  final boolean isType();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest3 this
         0: .line 486
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorTest3;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "GenerateLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.GenerateLibraryTest
InnerClasses:
  public AbstractErrorTest3 = com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorTest3 of com.oracle.truffle.api.library.test.GenerateLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"The following message(s) of library AbstractErrorLibrary2 are abstract and must be exported usin%"})
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorLibrary2;)