class com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier extends com.oracle.graal.python.tck.PythonProvider$PResultVerifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier
  super_class: com.oracle.graal.python.tck.PythonProvider$PResultVerifier
{
  private static final com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier INSTANCE;
    descriptor: Lcom/oracle/graal/python/tck/PythonProvider$PNoListCoercionVerifier;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 417
            ldc Lcom/oracle/graal/python/tck/PythonProvider;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier.$assertionsDisabled:Z
         3: .line 437
            new com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier
            dup
            invokespecial com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier.<init>:()V
            putstatic com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier.INSTANCE:Lcom/oracle/graal/python/tck/PythonProvider$PNoListCoercionVerifier;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier this
         0: .line 417
            aload 0 /* this */
            invokespecial com.oracle.graal.python.tck.PythonProvider$PResultVerifier.<init>:()V
            return
        end local 0 // com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/tck/PythonProvider$PNoListCoercionVerifier;

  public void accept(org.graalvm.polyglot.tck.ResultVerifier$SnippetRun);
    descriptor: (Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier this
        start local 1 // org.graalvm.polyglot.tck.ResultVerifier$SnippetRun snippetRun
         0: .line 420
            aload 1 /* snippetRun */
            invokevirtual org.graalvm.polyglot.tck.ResultVerifier$SnippetRun.getParameters:()Ljava/util/List;
            astore 2 /* parameters */
        start local 2 // java.util.List parameters
         1: .line 421
            getstatic com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier.$assertionsDisabled:Z
            ifne 2
            aload 2 /* parameters */
            invokeinterface java.util.List.size:()I
            iconst_2
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 423
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* parameters */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            astore 3 /* par0 */
        start local 3 // org.graalvm.polyglot.Value par0
         3: .line 424
            aload 2 /* parameters */
            iconst_1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            astore 4 /* par1 */
        start local 4 // org.graalvm.polyglot.Value par1
         4: .line 428
            aload 3 /* par0 */
            invokevirtual org.graalvm.polyglot.Value.hasArrayElements:()Z
            ifeq 8
            aload 4 /* par1 */
            invokevirtual org.graalvm.polyglot.Value.hasArrayElements:()Z
            ifeq 8
         5: .line 429
            aload 3 /* par0 */
            invokevirtual org.graalvm.polyglot.Value.getMetaObject:()Lorg/graalvm/polyglot/Value;
            aload 4 /* par1 */
            invokevirtual org.graalvm.polyglot.Value.getMetaObject:()Lorg/graalvm/polyglot/Value;
            if_acmpne 9
         6: .line 430
            invokestatic org.graalvm.polyglot.tck.ResultVerifier.getDefaultResultVerifier:()Lorg/graalvm/polyglot/tck/ResultVerifier;
            aload 1 /* snippetRun */
            invokeinterface org.graalvm.polyglot.tck.ResultVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
         7: .line 432
            goto 9
         8: .line 433
      StackMap locals: org.graalvm.polyglot.Value org.graalvm.polyglot.Value
      StackMap stack:
            invokestatic org.graalvm.polyglot.tck.ResultVerifier.getDefaultResultVerifier:()Lorg/graalvm/polyglot/tck/ResultVerifier;
            aload 1 /* snippetRun */
            invokeinterface org.graalvm.polyglot.tck.ResultVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
         9: .line 435
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.graalvm.polyglot.Value par1
        end local 3 // org.graalvm.polyglot.Value par0
        end local 2 // java.util.List parameters
        end local 1 // org.graalvm.polyglot.tck.ResultVerifier$SnippetRun snippetRun
        end local 0 // com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/oracle/graal/python/tck/PythonProvider$PNoListCoercionVerifier;
            0   10     1  snippetRun  Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;
            1   10     2  parameters  Ljava/util/List<+Lorg/graalvm/polyglot/Value;>;
            3   10     3        par0  Lorg/graalvm/polyglot/Value;
            4   10     4        par1  Lorg/graalvm/polyglot/Value;
    Exceptions:
      throws org.graalvm.polyglot.PolyglotException
    MethodParameters:
            Name  Flags
      snippetRun  

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.graalvm.polyglot.tck.ResultVerifier$SnippetRun
            invokevirtual com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PythonProvider.java"
NestHost: com.oracle.graal.python.tck.PythonProvider
InnerClasses:
  private PNoListCoercionVerifier = com.oracle.graal.python.tck.PythonProvider$PNoListCoercionVerifier of com.oracle.graal.python.tck.PythonProvider
  private abstract PResultVerifier = com.oracle.graal.python.tck.PythonProvider$PResultVerifier of com.oracle.graal.python.tck.PythonProvider
  public final SnippetRun = org.graalvm.polyglot.tck.ResultVerifier$SnippetRun of org.graalvm.polyglot.tck.ResultVerifier