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
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ class ScalaSettings extends Settings.SettingGroup {
173
173
valYexplicitNulls:Setting[Boolean] =BooleanSetting("-Yexplicit-nulls", "Make reference types non-nullable. Nullable types can be expressed with unions: e.g. String|Null.")
174
174
valYerasedTerms:Setting[Boolean] =BooleanSetting("-Yerased-terms", "Allows the use of erased terms.")
175
175
valYcheckInit:Setting[Boolean] =BooleanSetting("-Ycheck-init", "Check initialization of objects")
176
-
valYrequireAlpha:Setting[Boolean] =BooleanSetting("-Yrequire-alpha", "Warn if an operator is defined without an @alpha annotation")
176
+
valYrequireTargetName:Setting[Boolean] =BooleanSetting("-Yrequire-targetName", "Warn if an operator is defined without a @targetName annotation")
177
177
178
178
/** Area-specific debug output */
179
179
valYexplainLowlevel:Setting[Boolean] =BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")
0 commit comments