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 da31340 commit 513b74aCopy full SHA for 513b74a
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -77,6 +77,8 @@ extension Parser.ExperimentalFeatures {
77
mapFeature(.CoroutineAccessors, to: .coroutineAccessors)
78
mapFeature(.ValueGenerics, to: .valueGenerics)
79
mapFeature(.ABIAttribute, to: .abiAttribute)
80
+ // TODO: mapFeature(.KeypathWithMethodMembers, to: .keypathWithMethodMembers)
81
+ mapFeature(.OldOwnershipOperatorSpellings, to: .oldOwnershipOperatorSpellings)
82
}
83
84
0 commit comments