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.")
448
448
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.")
449
-
valYcheckInitGlobal:Setting[Boolean] =BooleanSetting(ForkSetting, "Ysafe-init-global", "Check safe initialization of global objects.")
449
+
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")
450
450
valYrequireTargetName:Setting[Boolean] =BooleanSetting(ForkSetting, "Yrequire-targetName", "Warn if an operator is defined without a @targetName annotation.")
451
451
valYrecheckTest:Setting[Boolean] =BooleanSetting(ForkSetting, "Yrecheck-test", "Run basic rechecking (internal test only).")
452
452
valYccDebug:Setting[Boolean] =BooleanSetting(ForkSetting, "Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references.")
0 commit comments