public class com.oracle.truffle.api.library.test.ReflectiveExportTest 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.ReflectiveExportTest
  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.ReflectiveExportTest 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.ReflectiveExportTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ReflectiveExportTest;

  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 reflectiveImpl();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ReflectiveExportTest this
         0: .line 90
            new com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport
            dup
            invokespecial com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport.<init>:()V
            astore 1 /* ref */
        start local 1 // com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport ref
         1: .line 91
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ReflectiveExportLibrary;
            aload 1 /* ref */
            invokevirtual com.oracle.truffle.api.library.test.ReflectiveExportTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ReflectiveExportLibrary
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.ReflectiveExportLibrary lib
         2: .line 92
            ldc "m0_reflective"
            aload 2 /* lib */
            aload 1 /* ref */
            invokevirtual com.oracle.truffle.api.library.test.ReflectiveExportLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 93
            ldc "other_reflective"
            aload 2 /* lib */
            aload 1 /* ref */
            invokevirtual com.oracle.truffle.api.library.test.ReflectiveExportLibrary.m1:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 94
            return
        end local 2 // com.oracle.truffle.api.library.test.ReflectiveExportLibrary lib
        end local 1 // com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport ref
        end local 0 // com.oracle.truffle.api.library.test.ReflectiveExportTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/library/test/ReflectiveExportTest;
            1    5     1   ref  Lcom/oracle/truffle/api/library/test/ReflectiveExportTest$ReflectiveExport;
            2    5     2   lib  Lcom/oracle/truffle/api/library/test/ReflectiveExportLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ReflectiveExportTest.java"
NestMembers:
  com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport
InnerClasses:
  public ReflectiveExport = com.oracle.truffle.api.library.test.ReflectiveExportTest$ReflectiveExport of com.oracle.truffle.api.library.test.ReflectiveExportTest
  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