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.
String
ExpressibleBy
1 parent 37649de commit 6cafe7cCopy full SHA for 6cafe7c
utils/gyb_syntax_support/protocolsMap.py
@@ -4,12 +4,20 @@
4
'MemberDeclListItem',
5
'SyntaxBuildable'
6
],
7
- 'StmtBuildable': [
8
- 'CodeBlockItem',
9
- 'SyntaxBuildable'
10
- ],
11
'ExprList': [
12
'ConditionElement',
13
+ ],
+ 'IdentifierPattern': [
+ 'PatternBuildable'
14
+ 'SimpleTypeIdentifier': [
15
+ 'TypeAnnotation',
16
+ 'TypeBuildable',
17
+ 'TypeExpr'
18
19
+ 'StmtBuildable': [
20
+ 'CodeBlockItem',
21
+ 'SyntaxBuildable'
22
]
23
}
0 commit comments