File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
compiler/src/dotty/tools/dotc/config Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ object Feature:
3535 val into = experimental(" into" )
3636 val namedTuples = experimental(" namedTuples" )
3737 val modularity = experimental(" modularity" )
38- val betterMatchTypeExtractors = experimental(" betterMatchTypeExtractors" )
3938 val quotedPatternsWithPolymorphicFunctions = experimental(" quotedPatternsWithPolymorphicFunctions" )
4039 val betterFors = experimental(" betterFors" )
4140 val packageObjectValues = experimental(" packageObjectValues" )
@@ -66,7 +65,6 @@ object Feature:
6665 (into, " Allow into modifier on parameter types" ),
6766 (namedTuples, " Allow named tuples" ),
6867 (modularity, " Enable experimental modularity features" ),
69- (betterMatchTypeExtractors, " Enable better match type extractors" ),
7068 (betterFors, " Enable improvements in `for` comprehensions" )
7169 )
7270
You can’t perform that action at this time.
0 commit comments