We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b30a2 commit 25af9f6Copy full SHA for 25af9f6
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -185,5 +185,5 @@ object Config {
185
/** When in IDE, turn StaleSymbol errors into warnings instead of crashing */
186
final val ignoreStaleInIDE = true
187
188
- val newScheme = false
+ val newScheme = true
189
}
0 commit comments