Skip to content

Commit 8a7ca32

Browse files
authored
Merge pull request #40355 from kimdv/kimdv/add-convenience-initializer-for-binary-operator-expr
2 parents 1b6ec37 + 6d7d04b commit 8a7ca32

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)