mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Parse] Postfix '#if' expression
Implement postfix ifconfig expression which expands '#if' functionality to postfix member reference expressions. rdar://problem/51690082
This commit is contained in:
@@ -251,6 +251,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'MultipleTrailingClosureElement': 246,
|
||||
'PoundFileIDExpr': 247,
|
||||
'TargetFunctionEntry': 248,
|
||||
'PostfixIfConfigExpr': 250,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user