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 2bcad91 commit d4f00f3Copy full SHA for d4f00f3
utils/gyb_syntax_support/StmtNodes.py
@@ -236,7 +236,8 @@
236
Child('Pattern', kind='Pattern'),
237
Child('TypeAnnotation', kind='TypeAnnotation',
238
is_optional=True),
239
- Child('Initializer', kind='InitializerClause'),
+ Child('Initializer', kind='InitializerClause',
240
+ is_optional=True),
241
]),
242
243
# unavailability-condition -> '#unavailable' '(' availability-spec ')'
0 commit comments