You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valYexplicitNulls:Setting[Boolean] =BooleanSetting(ForkSetting, "Yexplicit-nulls", "Make reference types non-nullable. Nullable types can be expressed with unions: e.g. String|Null.")
445
445
valYnoFlexibleTypes:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-flexible-types", "Disable turning nullable Java return types and parameter types into flexible types, which behave like abstract types with a nullable lower bound and non-nullable upper bound.")
446
-
valYcheckInitGlobal:Setting[Boolean] =BooleanSetting(ForkSetting, "Ysafe-init-global", "Check safe initialization of global objects.")
446
+
valYcheckInitGlobal:Setting[String] =ChoiceSetting(ForkSetting, "Ysafe-init-global", "[report-unknown, ignore-unknown]", "Check safe initialization of global objects.", List("report-unknown", "ignore-unknown", "off"), "off")
447
447
valYrequireTargetName:Setting[Boolean] =BooleanSetting(ForkSetting, "Yrequire-targetName", "Warn if an operator is defined without a @targetName annotation.")
448
448
valYrecheckTest:Setting[Boolean] =BooleanSetting(ForkSetting, "Yrecheck-test", "Run basic rechecking (internal test only).")
449
449
valYccDebug:Setting[Boolean] =BooleanSetting(ForkSetting, "Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references.")
0 commit comments