public class com.oracle.truffle.api.library.test.ExportDelegationTest 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.ExportDelegationTest
  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.ExportDelegationTest this
         0: .line 64
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.AbstractParametrizedLibraryTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;

  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 68
            iconst_2
            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
            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 testNoExports();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 73
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports.<init>:(Ljava/lang/Object;)V
            astore 1 /* receiver */
        start local 1 // java.lang.Object receiver
         1: .line 74
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
         2: .line 76
            ldc "m0_default"
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 77
            ldc "m1_default_a0"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 78
            ldc "m2_default_a0_a1"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 79
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         6: .line 80
            return
        end local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1    7     1  receiver  Ljava/lang/Object;
            2    7     2       lib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testSingleExports();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 95
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports.<init>:(Ljava/lang/Object;)V
            astore 1 /* receiver */
        start local 1 // java.lang.Object receiver
         1: .line 96
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
         2: .line 98
            ldc "m0_single_exports"
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 99
            ldc "m1_default_a0"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 100
            ldc "m2_default_a0_a1"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 101
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         6: .line 102
            return
        end local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1    7     1  receiver  Ljava/lang/Object;
            2    7     2       lib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDoubleExports();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 122
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationDoubleExports
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationDoubleExports.<init>:(Ljava/lang/Object;)V
            astore 1 /* receiver */
        start local 1 // java.lang.Object receiver
         1: .line 123
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
         2: .line 125
            ldc "m0_default"
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 126
            ldc "m1_double_exports_a0"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 127
            ldc "m2_double_exports_a0_a1"
            aload 2 /* lib */
            aload 1 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 128
            aload 2 /* lib */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         6: .line 129
            return
        end local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1    7     1  receiver  Ljava/lang/Object;
            2    7     2       lib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDelegationWithReflection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 154
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 1 /* delegate */
        start local 1 // java.lang.Object delegate
         1: .line 155
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection
            dup
            aload 1 /* delegate */
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection.<init>:(Ljava/lang/Object;)V
            astore 2 /* receiver */
        start local 2 // java.lang.Object receiver
         2: .line 156
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 3 /* lib */
        start local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
         3: .line 157
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            astore 4 /* interop */
        start local 4 // com.oracle.truffle.api.interop.InteropLibrary interop
         4: .line 159
            ldc "m0_default"
            aload 3 /* lib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 160
            ldc "m1_double_exports_a0"
            aload 3 /* lib */
            aload 2 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 161
            ldc "m2_default_a0_a1"
            aload 3 /* lib */
            aload 2 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 162
            aload 3 /* lib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         8: .line 164
            aload 4 /* interop */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isNumber:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         9: .line 165
            ldc 42
            aload 4 /* interop */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        10: .line 166
            return
        end local 4 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
        end local 2 // java.lang.Object receiver
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1   11     1  delegate  Ljava/lang/Object;
            2   11     2  receiver  Ljava/lang/Object;
            3   11     3       lib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            4   11     4   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDelegationWithThisCachedLibrary();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 187
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports.<init>:(Ljava/lang/Object;)V
            astore 1 /* delegate */
        start local 1 // java.lang.Object delegate
         1: .line 188
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary
            dup
            aload 1 /* delegate */
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary.<init>:(Ljava/lang/Object;)V
            astore 2 /* receiver */
        start local 2 // java.lang.Object receiver
         2: .line 189
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 3 /* lib */
        start local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
         3: .line 191
            ldc "m0_single_exports"
            aload 3 /* lib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 192
            ldc "m1_m0_single_exports_a0"
            aload 3 /* lib */
            aload 2 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 193
            ldc "m2_default_a0_a1"
            aload 3 /* lib */
            aload 2 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 194
            aload 3 /* lib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         7: .line 195
            return
        end local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary lib
        end local 2 // java.lang.Object receiver
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1    8     1  delegate  Ljava/lang/Object;
            2    8     2  receiver  Ljava/lang/Object;
            3    8     3       lib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExportDelegationWithTwoLibraries();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
         0: .line 214
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports.<init>:(Ljava/lang/Object;)V
            astore 1 /* delegate */
        start local 1 // java.lang.Object delegate
         1: .line 215
            new com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibraries
            dup
            aload 1 /* delegate */
            invokespecial com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibraries.<init>:(Ljava/lang/Object;)V
            astore 2 /* receiver */
        start local 2 // java.lang.Object receiver
         2: .line 216
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary
            astore 3 /* exportLib */
        start local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary exportLib
         3: .line 217
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary
            astore 4 /* otherLib */
        start local 4 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary otherLib
         4: .line 219
            ldc "m0_single_exports"
            aload 3 /* exportLib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 220
            ldc "m1_a0"
            aload 3 /* exportLib */
            aload 2 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 221
            ldc "m2_default_a0_a1"
            aload 3 /* exportLib */
            aload 2 /* receiver */
            ldc "a0"
            ldc "a1"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m2:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 222
            aload 3 /* exportLib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m3:(Ljava/lang/Object;)V
         8: .line 224
            ldc "otherm0_default"
            aload 4 /* otherLib */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         9: .line 225
            ldc "m1_a0"
            aload 4 /* otherLib */
            aload 2 /* receiver */
            ldc "a0"
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary.m1:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        10: .line 226
            return
        end local 4 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary otherLib
        end local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary exportLib
        end local 2 // java.lang.Object receiver
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest;
            1   11     1   delegate  Ljava/lang/Object;
            2   11     2   receiver  Ljava/lang/Object;
            3   11     3  exportLib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            4   11     4   otherLib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ExportDelegationTest.java"
NestMembers:
  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationDoubleExports  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError1  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError2  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError3  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError5  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibraries  com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary  com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary
InnerClasses:
  public ExportDelegationDoubleExports = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationDoubleExports of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationError1 = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError1 of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationError2 = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError2 of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationError3 = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError3 of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationError5 = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationError5 of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationNoExports = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationNoExports of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract ExportDelegationPrimitive = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationPrimitive of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationSingleExports = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationSingleExports of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithReflection = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithReflection of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithThisCachedLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithTwoLibraries = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibraries of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithTwoLibrariesAndCachedLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract OtherDelegationLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  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