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

  com.oracle.truffle.api.library.test.ExportMethodTest$TestSubInterface interfaceArg(com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;)Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestSubInterface;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObject2 this
        start local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
         0: .line 177
            aload 1 /* arg */
            checkcast com.oracle.truffle.api.library.test.ExportMethodTest$TestSubInterface
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestInterface arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObject2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObject2;
            0    1     1   arg  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestInterface;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      arg   

  com.oracle.truffle.api.library.test.ExportMethodTest$TestSubClass classArg(com.oracle.truffle.api.library.test.ExportMethodTest$TestClass);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;)Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestSubClass;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObject2 this
        start local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass arg
         0: .line 182
            aload 1 /* arg */
            checkcast com.oracle.truffle.api.library.test.ExportMethodTest$TestSubClass
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportMethodTest$TestClass arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObject2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestObject2;
            0    1     1   arg  Lcom/oracle/truffle/api/library/test/ExportMethodTest$TestClass;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      arg   
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  final ExportsTestObject2 = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestObject2 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
  private TestSubClass = com.oracle.truffle.api.library.test.ExportMethodTest$TestSubClass of com.oracle.truffle.api.library.test.ExportMethodTest
  private TestSubInterface = com.oracle.truffle.api.library.test.ExportMethodTest$TestSubInterface of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary4;)