mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SwiftSyntax] Add convenience initializer for BinaryOperatorExpr
This commit is contained in:
@@ -22,5 +22,8 @@ SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES = {
|
||||
'StmtBuildable': [
|
||||
'CodeBlockItem',
|
||||
'SyntaxBuildable'
|
||||
],
|
||||
'TokenSyntax': [
|
||||
'BinaryOperatorExpr'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user