final class com.oracle.svm.polyglot.kotlin.Target_kotlin_jvm_internal_Reflection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.polyglot.kotlin.Target_kotlin_jvm_internal_Reflection
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.polyglot.kotlin.Target_kotlin_jvm_internal_Reflection this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.graalvm.nativeimage cannot be resolved\n\tThe import org.graalvm.nativeimage cannot be resolved\n\tThe import com.oracle.svm.core cannot be resolved\n\tThe import com.oracle.svm.core cannot be resolved\n\tThe import com.oracle.svm.core cannot be resolved\n\tAutomaticFeature cannot be resolved to a type\n\tFeature cannot be resolved to a type\n\tImageSingletons cannot be resolved\n\tIsInConfigurationAccess cannot be resolved to a type\n\tTargetClass cannot be resolved to a type\n\tTargetClass cannot be resolved to a type\n\tSubstitute cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.svm.polyglot.kotlin.Target_kotlin_jvm_internal_Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/polyglot/kotlin/Target_kotlin_jvm_internal_Reflection;

  public static java.lang.String renderLambdaToString(com.oracle.svm.polyglot.kotlin.Target_kotlin_jvm_internal_Lambda);
    descriptor: (Lcom/oracle/svm/polyglot/kotlin/Target_kotlin_jvm_internal_Lambda;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSubstitute cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      Substitute()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Substitute()
    MethodParameters:
        Name  Flags
      lambda  
}
SourceFile: "KotlinSubstitutions.java"
    RuntimeInvisibleAnnotations: 
      TargetClass()