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 c2757d9 commit 4b3ed24Copy full SHA for 4b3ed24
compiler/src/dotty/tools/dotc/config/Feature.scala
@@ -115,6 +115,7 @@ object Feature:
115
116
/** Check that experimental compiler options are only set for snapshot or nightly compiler versions. */
117
def checkExperimentalFlags(using Context): Unit =
118
+ println(Properties.versionString)
119
if !experimentalEnabled then
120
val features = ctx.settings.language.value.filter { feature =>
121
feature.contains(nme.experimental.toString) && !feature.contains("macros")
0 commit comments