Skip to content

Commit 513b74a

Browse files
committed
Feature oldOwnershipOperatorSpellings
1 parent da31340 commit 513b74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ extension Parser.ExperimentalFeatures {
7777
mapFeature(.CoroutineAccessors, to: .coroutineAccessors)
7878
mapFeature(.ValueGenerics, to: .valueGenerics)
7979
mapFeature(.ABIAttribute, to: .abiAttribute)
80+
// TODO: mapFeature(.KeypathWithMethodMembers, to: .keypathWithMethodMembers)
81+
mapFeature(.OldOwnershipOperatorSpellings, to: .oldOwnershipOperatorSpellings)
8082
}
8183
}
8284

0 commit comments

Comments
 (0)