class com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled implements java.util.function.BooleanSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled
  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.scala.ScalaFeature$IsEnabled this
         0: .line 36
            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 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\tThe import com.oracle.svm.hosted cannot be resolved\n\tAutomaticFeature cannot be resolved to a type\n\tGraalFeature cannot be resolved to a type\n\tImageSingletons cannot be resolved\n\tIsInConfigurationAccess cannot be resolved to a type\n\tBeforeAnalysisAccess cannot be resolved to a type\n\tRuntimeClassInitialization cannot be resolved\n\tThe method registerGraphBuilderPlugins(Providers, GraphBuilderConfiguration.Plugins, boolean, boolean) of type ScalaFeature must override or implement a supertype method\n\tBeforeAnalysisAccess cannot be resolved to a type\n\tBeforeAnalysisAccessImpl cannot be resolved to a type\n\tBeforeAnalysisAccessImpl cannot be resolved to a type\n\tUserError cannot be resolved\n\tUserError cannot be resolved\n\tUserError cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/polyglot/scala/ScalaFeature$IsEnabled;

  public boolean getAsBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tImageSingletons cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/polyglot/scala/ScalaFeature$IsEnabled;
}
SourceFile: "ScalaFeature.java"
NestHost: com.oracle.svm.polyglot.scala.ScalaFeature
InnerClasses:
  IsEnabled = com.oracle.svm.polyglot.scala.ScalaFeature$IsEnabled of com.oracle.svm.polyglot.scala.ScalaFeature