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 5bc2cb1 commit 0df46e7Copy full SHA for 0df46e7
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -219,7 +219,7 @@ object Config {
219
/** Turn on in order to test the CI assuming we have a stable release compiler
220
* instead of a nightly or snapshot.
221
*/
222
- private val assumeNonExperimentalCompiler = false
+ private val assumeNonExperimentalCompiler = true
223
224
/** Are experimental features are allowed? By default same as
225
* `Properties.experimental`. Can be re-assigned, e.g. to allow tests
0 commit comments