Skip to content

Commit

Permalink
Add notes for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed May 14, 2024
1 parent b7fc5da commit 6a07b0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compiler/src/dotty/tools/dotc/config/Feature.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ object Feature:
(clauseInterleaving, "Enable clause interleaving"),
(pureFunctions, "Enable pure functions for capture checking"),
(captureChecking, "Enable experimental capture checking"),
(into, "Allow into modifier on parameter types")
(into, "Allow into modifier on parameter types"),
(namedTuples, "Allow named tuples"),
(modularity, "Enable experimental modularity features"),
(betterMatchTypeExtractors, "Enable better match type extractors")
)

private def enabledLanguageFeaturesBySetting(using Context): List[String] =
Expand Down

0 comments on commit 6a07b0a

Please sign in to comment.