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

  public int intArg(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
        start local 1 // double arg
         0: .line 469
            bipush 42
            ireturn
        end local 1 // double arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError11;
            0    1     1   arg  D
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'int' but was 'double'.%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'int' but was 'double'.%"})
    MethodParameters:
      Name  Flags
      arg   

  public com.oracle.truffle.api.library.test.ExportMethodTest$TestClass classArg(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
        start local 1 // java.lang.Object arg
         0: .line 476
            aload 1 /* arg */
            checkcast com.oracle.truffle.api.library.test.ExportMethodTest$TestClass
            areturn
        end local 1 // java.lang.Object arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError11;
            0    1     1   arg  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'TestClass' but was 'Object'.%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'TestClass' but was 'Object'.%"})
    MethodParameters:
      Name  Flags
      arg   

  public java.lang.Object interfaceArg(com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
        start local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
         0: .line 483
            aload 1 /* arg */
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError11;
            0    1     1   arg  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid exported return type.%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Invalid exported return type.%"})
    MethodParameters:
      Name  Flags
      arg   

  public int multiArg(byte, java.lang.String);
    descriptor: (BLjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
        start local 1 // byte intArg
        start local 2 // java.lang.String arg
         0: .line 490
            iload 1 /* intArg */
            ireturn
        end local 2 // java.lang.String arg
        end local 1 // byte intArg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError11;
            0    1     1  intArg  B
            0    1     2     arg  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'int' but was 'byte'.%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'int' but was 'byte'.%"})
    MethodParameters:
        Name  Flags
      intArg  
      arg     

  public int varArgsInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
         0: .line 497
            bipush 42
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObjectError11;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Expected parameter count 1 for exported message, but was 0.%"})
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Expected parameter count 1 for exported message, but was 0.%"})
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  ExportsTestObjectError11 = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObjectError11 of com.oracle.truffle.api.library.test.ExportMethodTest
  TestClass = com.oracle.truffle.api.library.test.ExportMethodTest$TestClass of com.oracle.truffle.api.library.test.ExportMethodTest
  abstract TestInterface = com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;)