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

  private java.lang.Object m0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$ExportsTestObjectError4 this
        start local 1 // java.lang.Object foo
         0: .line 208
            aconst_null
            areturn
        end local 1 // java.lang.Object foo
        end local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$ExportsTestObjectError4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportLibraryTest$ExportsTestObjectError4;
            0    1     1   foo  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"The exported method must not be private. Increase visibility to resolve this."})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"The exported method must not be private. Increase visibility to resolve this."})
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached(value = "null")
    MethodParameters:
      Name  Flags
      foo   
}
SourceFile: "ExportLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportLibraryTest
InnerClasses:
  ExportsTestObjectError4 = com.oracle.truffle.api.library.test.ExportLibraryTest$ExportsTestObjectError4 of com.oracle.truffle.api.library.test.ExportLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportLibraryTest$ExportLibraryTestLibrary;)