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

  static java.lang.Object m0(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int receiver
         0: .line 170
            iload 0 /* receiver */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // int receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "ExportLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportLibraryTest
InnerClasses:
  public PrimitiveInt = com.oracle.truffle.api.library.test.ExportLibraryTest$PrimitiveInt of com.oracle.truffle.api.library.test.ExportLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Primitive receiver types are not supported yet."})
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportLibraryTest$ExportLibraryTestLibrary;, receiverType = I)