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.
1 parent 22c6f9f commit 030e129Copy full SHA for 030e129
utils/gyb_syntax_support/protocolsMap.py
@@ -1,4 +1,10 @@
1
SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES = {
2
+ 'AccessorList': [
3
+ 'AccessorBlock'
4
+ ],
5
+ 'CodeBlockItemList': [
6
+ 'CodeBlock'
7
8
'DeclBuildable': [
9
'CodeBlockItem',
10
'MemberDeclListItem',
@@ -14,6 +20,15 @@
14
20
'MemberDeclList': [
15
21
'MemberDeclBlock'
16
22
],
23
+ 'FunctionCallExpr': [
24
+ 'CodeBlockItem',
25
+ 'ExprBuildable'
26
27
+ 'SequenceExpr': [
28
29
+ 'ExprBuildable',
30
+ 'TupleExprElement'
31
17
32
'SimpleTypeIdentifier': [
18
33
'TypeAnnotation',
19
34
'TypeBuildable',
@@ -24,6 +39,7 @@
39
'SyntaxBuildable'
40
41
'TokenSyntax': [
- 'BinaryOperatorExpr'
42
+ 'BinaryOperatorExpr',
43
+ 'DeclModifier'
44
]
45
}
0 commit comments