Skip to content

Commit 790b695

Browse files
Backport "Add missing language experimental settings" to 3.8.0 (#24533)
Backports #24513 to the 3.8.0-RC2. PR submitted by the release tooling. [skip ci]
2 parents f74a4a9 + be1fa90 commit 790b695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ object Feature:
7070
(into, "Allow into modifier on parameter types"),
7171
(modularity, "Enable experimental modularity features"),
7272
(packageObjectValues, "Enable experimental package objects as values"),
73+
(multiSpreads, "Enable experimental varargs with multi-spreads"),
74+
(subCases, "Enable experimental match expressions with sub-cases"),
75+
(relaxedLambdaSyntax, "Enable experimental relaxed lambda syntax"),
7376
)
7477

7578
// legacy language features from Scala 2 that are no longer supported.

0 commit comments

Comments
 (0)