File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/dotty/tools/dotc/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class ScalaSettings extends Settings.SettingGroup {
173
173
val Ypatmatdebug = BooleanSetting (" -Ypatmat-debug" , " Trace pattern matching translation." )
174
174
val Yexplainlowlevel = BooleanSetting (" -Yexplain-lowlevel" , " When explaining type errors, show types at a lower level." )
175
175
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" )
177
177
178
178
val optimise = BooleanSetting (" -optimise" , " Generates faster bytecode by applying optimisations to the program" ) withAbbreviation " -optimize"
179
179
You can’t perform that action at this time.
0 commit comments