Skip to content

Commit 131a52c

Browse files
committed
[ASTGen] Added feature-mapping for ref bindings.
1 parent 0cb59f1 commit 131a52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ extension Parser.ExperimentalFeatures {
6969
}
7070
}
7171

72+
mapFeature(.ReferenceBindings, to: .referenceBindings)
7273
mapFeature(.ThenStatements, to: .thenStatements)
7374
mapFeature(.DoExpressions, to: .doExpressions)
7475
mapFeature(.NonescapableTypes, to: .nonescapableTypes)

0 commit comments

Comments
 (0)