final class com.oracle.svm.polyglot.kotlin.KotlinFeature
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.polyglot.kotlin.KotlinFeature
  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.KotlinFeature 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.KotlinFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/polyglot/kotlin/KotlinFeature;

  public boolean isInConfiguration(IsInConfigurationAccess);
    descriptor: (LIsInConfigurationAccess;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.polyglot.kotlin.KotlinFeature this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIsInConfigurationAccess 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.KotlinFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/polyglot/kotlin/KotlinFeature;
    MethodParameters:
        Name  Flags
      access  
}
SourceFile: "KotlinSubstitutions.java"
NestMembers:
  com.oracle.svm.polyglot.kotlin.KotlinFeature$IsEnabled
InnerClasses:
  final IsEnabled = com.oracle.svm.polyglot.kotlin.KotlinFeature$IsEnabled of com.oracle.svm.polyglot.kotlin.KotlinFeature
    RuntimeInvisibleAnnotations: 
      AutomaticFeature()