Skip to content

Commit 6d7d04b

Browse files
committed
[SwiftSyntax] Add convenience initializer for BinaryOperatorExpr
1 parent 371cdcb commit 6d7d04b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/gyb_syntax_support/protocolsMap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
'StmtBuildable': [
2323
'CodeBlockItem',
2424
'SyntaxBuildable'
25+
],
26+
'TokenSyntax': [
27+
'BinaryOperatorExpr'
2528
]
2629
}

0 commit comments

Comments
 (0)