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

  public void test();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR21540Test this
         0: .line 126
            return
        end local 0 // com.oracle.truffle.api.library.test.GR21540Test this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GR21540Test;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "GR21540Test.java"
NestMembers:
  com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction1  com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2  com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction3
InnerClasses:
  public final InteropBoundFunction1 = com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction1 of com.oracle.truffle.api.library.test.GR21540Test
  public final InteropBoundFunction2 = com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 of com.oracle.truffle.api.library.test.GR21540Test
  public final InteropBoundFunction3 = com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction3 of com.oracle.truffle.api.library.test.GR21540Test