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("-Yexplicit-nulls", "Make reference types non-nullable. Nullable types can be expressed with unions: e.g. String|Null.")
432
-
valYcheckInit:Setting[Boolean] =BooleanSetting("-Ysafe-init", "Ensure safe initialization of objects.")
433
432
valYrequireTargetName:Setting[Boolean] =BooleanSetting("-Yrequire-targetName", "Warn if an operator is defined without a @targetName annotation.")
434
433
valYrecheckTest:Setting[Boolean] =BooleanSetting("-Yrecheck-test", "Run basic rechecking (internal test only).")
435
434
valYccDebug:Setting[Boolean] =BooleanSetting("-Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references.")
0 commit comments