class com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver
  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$TestReceiver this
         0: .line 227
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportLibraryTest$TestReceiver;
}
SourceFile: "ExportLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportLibraryTest
InnerClasses:
  TestReceiver = com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver of com.oracle.truffle.api.library.test.ExportLibraryTest
  M0 = com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver$M0 of com.oracle.truffle.api.library.test.ExportLibraryTest$TestReceiver
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Using explicit receiver types is only supported for default exports or types that export DynamicDispatchLibrary.%nTo resolve this use one of the following strategies:%n  - Make the receiver type implicit by applying '@ExportLibrary(ExportLibraryTestLibrary.class)' to the receiver type 'PrimitiveInt' instead.%n  - Declare a default export on the 'ExportLibraryTestLibrary' library with '@DefaultExport(TestReceiver.class)'%n  - Enable default exports with service providers using @GenerateLibrary(defaultExportLookupEnabled=true) on the library and specify an export priority%n  - Enable dynamic dispatch by annotating the receiver type with '@ExportLibrary(DynamicDispatchLibrary.class)'."})
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportLibraryTest$ExportLibraryTestLibrary;, receiverType = Lcom/oracle/truffle/api/library/test/ExportLibraryTest$PrimitiveInt;)