public interface com.oracle.truffle.api.test.interop.InteropLibraryBaseTest$InteropCallable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.test.interop.InteropLibraryBaseTest$InteropCallable
  super_class: java.lang.Object
{
  public abstract void call();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
}
SourceFile: "InteropLibraryBaseTest.java"
NestHost: com.oracle.truffle.api.test.interop.InteropLibraryBaseTest
InnerClasses:
  protected abstract InteropCallable = com.oracle.truffle.api.test.interop.InteropLibraryBaseTest$InteropCallable of com.oracle.truffle.api.test.interop.InteropLibraryBaseTest
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()