Skip to content

Commit

Permalink
Enable -Yrangepos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 1, 2020
1 parent 98384fd commit 5d6817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reflect/scala/reflect/runtime/Settings.scala
Expand Up @@ -46,7 +46,7 @@ private[reflect] class Settings extends MutableSettings {
val XnoPatmatAnalysis = new BooleanSetting(false)
val Xprintpos = new BooleanSetting(false)
val Yposdebug = new BooleanSetting(false)
val Yrangepos = new BooleanSetting(false)
val Yrangepos = new BooleanSetting(true)
val Yshowsymowners = new BooleanSetting(false)
val Yshowsymkinds = new BooleanSetting(false)
val breakCycles = new BooleanSetting(false)
Expand Down

0 comments on commit 5d6817f

Please sign in to comment.