We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2e6d4 commit 6f338adCopy full SHA for 6f338ad
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -35,6 +35,7 @@ extension Parser.ExperimentalFeatures {
35
insert(feature)
36
}
37
38
+ mapFeature(.ReferenceBindings, to: .referenceBindings)
39
mapFeature(.ThenStatements, to: .thenStatements)
40
mapFeature(.TypedThrows, to: .typedThrows)
41
mapFeature(.DoExpressions, to: .doExpressions)
0 commit comments