public class com.oracle.truffle.tck.tests.InlineExecutionTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.tck.tests.InlineExecutionTest
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher<com.oracle.truffle.tck.tests.TestRun> TEST_RESULT_MATCHER;
    descriptor: Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher<Lcom/oracle/truffle/tck/tests/TestRun;>;

  private static com.oracle.truffle.tck.tests.TestContext context;
    descriptor: Lcom/oracle/truffle/tck/tests/TestContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final com.oracle.truffle.tck.tests.InlineTestRun testRun;
    descriptor: Lcom/oracle/truffle/tck/tests/InlineTestRun;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 62
            invokestatic com.oracle.truffle.tck.tests.TestUtil.createTooManyFailuresMatcher:()Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            putstatic com.oracle.truffle.tck.tests.InlineExecutionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
         1: .line 63
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.util.Collection<com.oracle.truffle.tck.tests.InlineTestRun> createScriptTests();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=5, args_size=0
         0: .line 68
            new com.oracle.truffle.tck.tests.TestContext
            dup
            ldc Lcom/oracle/truffle/tck/tests/InlineExecutionTest;
            invokespecial com.oracle.truffle.tck.tests.TestContext.<init>:(Ljava/lang/Class;)V
            putstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
         1: .line 69
            new java.util.TreeSet
            dup
            invokedynamic compare()Ljava/util/Comparator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)I
                  com/oracle/truffle/tck/tests/InlineExecutionTest.lambda$0(Lcom/oracle/truffle/tck/tests/InlineTestRun;Lcom/oracle/truffle/tck/tests/InlineTestRun;)I (6)
                  (Lcom/oracle/truffle/tck/tests/InlineTestRun;Lcom/oracle/truffle/tck/tests/InlineTestRun;)I
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            astore 0 /* res */
        start local 0 // java.util.Collection res
         2: .line 70
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokestatic com.oracle.truffle.tck.tests.TestUtil.getRequiredLanguages:(Lcom/oracle/truffle/tck/tests/TestContext;)Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 8
      StackMap locals: java.util.Collection top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* lang */
        start local 1 // java.lang.String lang
         4: .line 71
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 1 /* lang */
            aastore
            invokevirtual com.oracle.truffle.tck.tests.TestContext.getInlineScripts:([Ljava/lang/String;)Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: java.util.Collection java.lang.String java.util.Iterator top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.tck.InlineSnippet
            astore 3 /* snippet */
        start local 3 // org.graalvm.polyglot.tck.InlineSnippet snippet
         6: .line 72
            aload 0 /* res */
            new com.oracle.truffle.tck.tests.InlineTestRun
            dup
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 1 /* lang */
            aload 3 /* snippet */
            invokevirtual org.graalvm.polyglot.tck.InlineSnippet.getScript:()Lorg/graalvm/polyglot/tck/Snippet;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            aload 3 /* snippet */
            invokespecial com.oracle.truffle.tck.tests.InlineTestRun.<init>:(Ljava/util/Map$Entry;Lorg/graalvm/polyglot/tck/InlineSnippet;)V
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.graalvm.polyglot.tck.InlineSnippet snippet
         7: .line 71
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 1 // java.lang.String lang
         8: .line 70
      StackMap locals: java.util.Collection top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 75
            aload 0 /* res */
            areturn
        end local 0 // java.util.Collection res
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            2   10     0      res  Ljava/util/Collection<Lcom/oracle/truffle/tck/tests/InlineTestRun;>;
            4    8     1     lang  Ljava/lang/String;
            6    7     3  snippet  Lorg/graalvm/polyglot/tck/InlineSnippet;
    Signature: ()Ljava/util/Collection<Lcom/oracle/truffle/tck/tests/InlineTestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public static void afterClass();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 80
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokevirtual com.oracle.truffle.tck.tests.TestContext.close:()V
         1: .line 81
            aconst_null
            putstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
         2: .line 82
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      org.junit.AfterClass()

  public void <init>(com.oracle.truffle.tck.tests.InlineTestRun);
    descriptor: (Lcom/oracle/truffle/tck/tests/InlineTestRun;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tck.tests.InlineExecutionTest this
        start local 1 // com.oracle.truffle.tck.tests.InlineTestRun testRun
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 1 /* testRun */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 86
            aload 0 /* this */
            aload 1 /* testRun */
            putfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
         3: .line 87
            return
        end local 1 // com.oracle.truffle.tck.tests.InlineTestRun testRun
        end local 0 // com.oracle.truffle.tck.tests.InlineExecutionTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/tck/tests/InlineExecutionTest;
            0    4     1  testRun  Lcom/oracle/truffle/tck/tests/InlineTestRun;
    MethodParameters:
         Name  Flags
      testRun  final

  public void testInline();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.oracle.truffle.tck.tests.InlineExecutionTest this
         0: .line 91
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            invokestatic org.junit.Assume.assumeThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         1: .line 92
            iconst_0
            istore 1 /* success */
        start local 1 // boolean success
         2: .line 93
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getInlineSnippet:()Lorg/graalvm/polyglot/tck/InlineSnippet;
            astore 2 /* inlineSnippet */
        start local 2 // org.graalvm.polyglot.tck.InlineSnippet inlineSnippet
         3: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getInlineSnippet:()Lorg/graalvm/polyglot/tck/InlineSnippet;
            invokevirtual org.graalvm.polyglot.tck.InlineSnippet.getResultVerifier:()Lorg/graalvm/polyglot/tck/ResultVerifier;
            ifnull 6
         4: .line 96
            new com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier.<init>:(Lcom/oracle/truffle/tck/tests/InlineExecutionTest;)V
            astore 3 /* verifier */
        start local 3 // com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier verifier
         5: .line 97
            goto 7
        end local 3 // com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier verifier
         6: .line 98
      StackMap locals: int org.graalvm.polyglot.tck.InlineSnippet
      StackMap stack:
            aconst_null
            astore 3 /* verifier */
        start local 3 // com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier verifier
         7: .line 100
      StackMap locals: com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier
      StackMap stack:
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokevirtual com.oracle.truffle.tck.tests.TestContext.getContext:()Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getID:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context.initialize:(Ljava/lang/String;)Z
            pop
         8: .line 101
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getID:()Ljava/lang/String;
            aload 2 /* inlineSnippet */
            aload 3 /* verifier */
            invokevirtual com.oracle.truffle.tck.tests.TestContext.setInlineSnippet:(Ljava/lang/String;Lorg/graalvm/polyglot/tck/InlineSnippet;Lcom/oracle/truffle/tck/common/inline/InlineVerifier$ResultVerifier;)V
         9: .line 104
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getSnippet:()Lorg/graalvm/polyglot/tck/Snippet;
            invokevirtual org.graalvm.polyglot.tck.Snippet.getExecutableValue:()Lorg/graalvm/polyglot/Value;
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.getActualParameters:()Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            astore 4 /* result */
        start local 4 // org.graalvm.polyglot.Value result
        10: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            aload 4 /* result */
            aconst_null
            iconst_1
            invokestatic com.oracle.truffle.tck.tests.TestUtil.validateResult:(Lcom/oracle/truffle/tck/tests/TestRun;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;Z)V
        11: .line 106
            iconst_1
            istore 1 /* success */
        end local 4 // org.graalvm.polyglot.Value result
        12: .line 107
            goto 16
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        13: astore 4 /* pe */
        start local 4 // org.graalvm.polyglot.PolyglotException pe
        14: .line 108
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            aconst_null
            aload 4 /* pe */
            iconst_1
            invokestatic com.oracle.truffle.tck.tests.TestUtil.validateResult:(Lcom/oracle/truffle/tck/tests/TestRun;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;Z)V
        15: .line 109
            iconst_1
            istore 1 /* success */
        end local 4 // org.graalvm.polyglot.PolyglotException pe
        16: .line 111
      StackMap locals:
      StackMap stack:
            aload 3 /* verifier */
            ifnull 31
            aload 3 /* verifier */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier.exception:Ljava/lang/Exception;
            ifnull 31
        17: .line 112
            iconst_0
            istore 1 /* success */
        18: .line 113
            aload 3 /* verifier */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier.exception:Ljava/lang/Exception;
            athrow
        19: .line 115
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        20: .line 116
            new java.lang.AssertionError
            dup
        21: .line 118
            new java.lang.StringBuilder
            dup
            ldc "Unexpected Exception: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
        23: .line 120
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
        24: .line 117
            invokestatic com.oracle.truffle.tck.tests.TestUtil.formatErrorMessage:(Ljava/lang/String;Lcom/oracle/truffle/tck/tests/TestRun;Lcom/oracle/truffle/tck/tests/TestContext;)Ljava/lang/String;
        25: .line 121
            aload 4 /* e */
        26: .line 116
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable e
        27: .line 122
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        28: .line 123
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            aconst_null
            aconst_null
            aconst_null
            invokevirtual com.oracle.truffle.tck.tests.TestContext.setInlineSnippet:(Ljava/lang/String;Lorg/graalvm/polyglot/tck/InlineSnippet;Lcom/oracle/truffle/tck/common/inline/InlineVerifier$ResultVerifier;)V
        29: .line 124
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            iload 1 /* success */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher.accept:(Ljava/lang/Object;)V
        30: .line 125
            aload 5
            athrow
        31: .line 123
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            aconst_null
            aconst_null
            aconst_null
            invokevirtual com.oracle.truffle.tck.tests.TestContext.setInlineSnippet:(Ljava/lang/String;Lorg/graalvm/polyglot/tck/InlineSnippet;Lcom/oracle/truffle/tck/common/inline/InlineVerifier$ResultVerifier;)V
        32: .line 124
            getstatic com.oracle.truffle.tck.tests.InlineExecutionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineExecutionTest.testRun:Lcom/oracle/truffle/tck/tests/InlineTestRun;
            iload 1 /* success */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher.accept:(Ljava/lang/Object;)V
        33: .line 126
            return
        end local 3 // com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier verifier
        end local 2 // org.graalvm.polyglot.tck.InlineSnippet inlineSnippet
        end local 1 // boolean success
        end local 0 // com.oracle.truffle.tck.tests.InlineExecutionTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   34     0           this  Lcom/oracle/truffle/tck/tests/InlineExecutionTest;
            2   34     1        success  Z
            3   34     2  inlineSnippet  Lorg/graalvm/polyglot/tck/InlineSnippet;
            5    6     3       verifier  Lcom/oracle/truffle/tck/tests/InlineExecutionTest$TestResultVerifier;
            7   34     3       verifier  Lcom/oracle/truffle/tck/tests/InlineExecutionTest$TestResultVerifier;
           10   12     4         result  Lorg/graalvm/polyglot/Value;
           14   16     4             pe  Lorg/graalvm/polyglot/PolyglotException;
           20   27     4              e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           9    12      13  Class org.graalvm.polyglot.PolyglotException
           9    19      19  Class org.graalvm.polyglot.PolyglotException
           9    19      19  Class java.lang.AssertionError
           9    27      27  any
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static int lambda$0(com.oracle.truffle.tck.tests.InlineTestRun, com.oracle.truffle.tck.tests.InlineTestRun);
    descriptor: (Lcom/oracle/truffle/tck/tests/InlineTestRun;Lcom/oracle/truffle/tck/tests/InlineTestRun;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tck.tests.InlineTestRun a
        start local 1 // com.oracle.truffle.tck.tests.InlineTestRun b
         0: .line 69
            aload 0 /* a */
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.toString:()Ljava/lang/String;
            aload 1 /* b */
            invokevirtual com.oracle.truffle.tck.tests.InlineTestRun.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 1 // com.oracle.truffle.tck.tests.InlineTestRun b
        end local 0 // com.oracle.truffle.tck.tests.InlineTestRun a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Lcom/oracle/truffle/tck/tests/InlineTestRun;
            0    1     1     b  Lcom/oracle/truffle/tck/tests/InlineTestRun;
}
SourceFile: "InlineExecutionTest.java"
NestMembers:
  com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier
InnerClasses:
  public abstract ResultVerifier = com.oracle.truffle.tck.common.inline.InlineVerifier$ResultVerifier of com.oracle.truffle.tck.common.inline.InlineVerifier
  private TestResultVerifier = com.oracle.truffle.tck.tests.InlineExecutionTest$TestResultVerifier of com.oracle.truffle.tck.tests.InlineExecutionTest
  abstract CollectingMatcher = com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher of com.oracle.truffle.tck.tests.TestUtil
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/runners/Parameterized;)