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

  static final java.lang.String m1();
    descriptor: ()Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 149
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Expected parameter count 1 for exported message, but was 0.%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Expected parameter count 1 for exported message, but was 0.%"})
}
SourceFile: "ExportSubclassTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSubclassTest
InnerClasses:
  ErrorRedirectionBaseClass = com.oracle.truffle.api.library.test.ExportSubclassTest$ErrorRedirectionBaseClass of com.oracle.truffle.api.library.test.ExportSubclassTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;)