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

  java.lang.String foo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError6 this
         0: .line 419
            ldc "foo"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError6;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  ExportsTestObjectError6 = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError6 of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary2;)})
      com.oracle.truffle.api.test.ExpectError(value = {"The message name 'foo' is ambiguous for libraries ExportsTestLibrary1 and ExportsTestLibrary2. Disambiguate the library by specifying the library explicitely using @ExportMessage(library=Library.class)."})