Skip to content

Commit 715106d

Browse files
committed
Make newScheme non-final
Otherwise we always need to a clean compile to update things.
1 parent 4165550 commit 715106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ object Config {
175175
/** When in IDE, turn StaleSymbol errors into warnings instead of crashing */
176176
final val ignoreStaleInIDE = true
177177

178-
final val newScheme = true
178+
val newScheme = false
179179
}

0 commit comments

Comments
 (0)