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 0cb59f1 commit 131a52cCopy full SHA for 131a52c
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -69,6 +69,7 @@ extension Parser.ExperimentalFeatures {
69
}
70
71
72
+ mapFeature(.ReferenceBindings, to: .referenceBindings)
73
mapFeature(.ThenStatements, to: .thenStatements)
74
mapFeature(.DoExpressions, to: .doExpressions)
75
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
0 commit comments