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

  public static java.util.List<com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun> data();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 65
            iconst_4
            anewarray com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun
            dup
            iconst_0
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_1
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_2
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_3
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public void testForwarding();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ProxyTest this
         0: .line 120
            new com.oracle.truffle.api.library.test.ProxyTest$Proxied
            dup
            invokespecial com.oracle.truffle.api.library.test.ProxyTest$Proxied.<init>:()V
            astore 1 /* proxied */
        start local 1 // com.oracle.truffle.api.library.test.ProxyTest$Proxied proxied
         1: .line 121
            new com.oracle.truffle.api.library.test.ProxyTest$Proxy
            dup
            aload 1 /* proxied */
            invokespecial com.oracle.truffle.api.library.test.ProxyTest$Proxy.<init>:(Ljava/lang/Object;)V
            astore 2 /* proxy */
        start local 2 // com.oracle.truffle.api.library.test.ProxyTest$Proxy proxy
         2: .line 123
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ProxyTest$ProxyTestLibrary;
            aload 2 /* proxy */
            invokevirtual com.oracle.truffle.api.library.test.ProxyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary
            astore 3 /* lib */
        start local 3 // com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary lib
         3: .line 125
            aload 3 /* lib */
            aload 2 /* proxy */
            invokevirtual com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary.decoratedVoid:(Ljava/lang/Object;)V
         4: .line 126
            ldc 3
            aload 3 /* lib */
            aload 2 /* proxy */
            iconst_1
            invokevirtual com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary.incrementMethod:(Ljava/lang/Object;I)I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         5: .line 128
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ProxyTest$ProxyTestLibrary;
            aload 1 /* proxied */
            invokevirtual com.oracle.truffle.api.library.test.ProxyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary
            astore 3 /* lib */
         6: .line 129
            lconst_1
            aload 3 /* lib */
            aload 1 /* proxied */
            iconst_1
            invokevirtual com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary.incrementMethod:(Ljava/lang/Object;I)I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         7: .line 130
            return
        end local 3 // com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary lib
        end local 2 // com.oracle.truffle.api.library.test.ProxyTest$Proxy proxy
        end local 1 // com.oracle.truffle.api.library.test.ProxyTest$Proxied proxied
        end local 0 // com.oracle.truffle.api.library.test.ProxyTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/truffle/api/library/test/ProxyTest;
            1    8     1  proxied  Lcom/oracle/truffle/api/library/test/ProxyTest$Proxied;
            2    8     2    proxy  Lcom/oracle/truffle/api/library/test/ProxyTest$Proxy;
            3    8     3      lib  Lcom/oracle/truffle/api/library/test/ProxyTest$ProxyTestLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ProxyTest.java"
NestMembers:
  com.oracle.truffle.api.library.test.ProxyTest$Proxied  com.oracle.truffle.api.library.test.ProxyTest$Proxy  com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary
InnerClasses:
  Proxied = com.oracle.truffle.api.library.test.ProxyTest$Proxied of com.oracle.truffle.api.library.test.ProxyTest
  Proxy = com.oracle.truffle.api.library.test.ProxyTest$Proxy of com.oracle.truffle.api.library.test.ProxyTest
  public abstract ProxyTestLibrary = com.oracle.truffle.api.library.test.ProxyTest$ProxyTestLibrary of com.oracle.truffle.api.library.test.ProxyTest
  public final TestRun = com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun of com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/runners/Parameterized;)