Skip to content

Commit ea86193

Browse files
committed
Change name of setting: -YshowVarBounds -> -Yshow-var-bounds
1 parent 8e257a6 commit ea86193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ScalaSettings extends Settings.SettingGroup {
173173
val Ypatmatdebug = BooleanSetting("-Ypatmat-debug", "Trace pattern matching translation.")
174174
val Yexplainlowlevel = BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")
175175
val YnoDoubleBindings = BooleanSetting("-Yno-double-bindings", "Assert no namedtype is bound twice (should be enabled only if program is error-free).")
176-
val YshowVarBounds = BooleanSetting("-YshowVarBounds", "Print type variables with their bounds")
176+
val YshowVarBounds = BooleanSetting("-Yshow-var-bounds", "Print type variables with their bounds")
177177

178178
val optimise = BooleanSetting("-optimise", "Generates faster bytecode by applying optimisations to the program") withAbbreviation "-optimize"
179179

0 commit comments

Comments
 (0)