public interface com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults
  super_class: java.lang.Object
{
  public abstract java.lang.Object call(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      args  

  public int call(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults this
        start local 1 // int a
        start local 2 // int b
         0: .line 458
            aload 0 /* this */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* a */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* b */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults.call:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest$FunctionalWithDefaults;
            0    1     1     a  I
            0    1     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "ValueHostInteropTest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest
InnerClasses:
  public abstract FunctionalWithDefaults = com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$FunctionalWithDefaults of com.oracle.truffle.api.test.polyglot.ValueHostInteropTest
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()