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 b7fc5da commit 6a07b0aCopy full SHA for 6a07b0a
compiler/src/dotty/tools/dotc/config/Feature.scala
@@ -63,7 +63,10 @@ object Feature:
63
(clauseInterleaving, "Enable clause interleaving"),
64
(pureFunctions, "Enable pure functions for capture checking"),
65
(captureChecking, "Enable experimental capture checking"),
66
- (into, "Allow into modifier on parameter types")
+ (into, "Allow into modifier on parameter types"),
67
+ (namedTuples, "Allow named tuples"),
68
+ (modularity, "Enable experimental modularity features"),
69
+ (betterMatchTypeExtractors, "Enable better match type extractors")
70
)
71
72
private def enabledLanguageFeaturesBySetting(using Context): List[String] =
0 commit comments