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.
sendingArgsAndResults
1 parent 7907f1f commit 530cff1Copy full SHA for 530cff1
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -67,7 +67,6 @@ extension Parser.ExperimentalFeatures {
67
mapFeature(.ThenStatements, to: .thenStatements)
68
mapFeature(.DoExpressions, to: .doExpressions)
69
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
70
- mapFeature(.SendingArgsAndResults, to: .sendingArgsAndResults)
71
mapFeature(.TrailingComma, to: .trailingComma)
72
}
73
0 commit comments