Swift: extract nextCall from ForEachStmt

This commit is contained in:
Alex Denisov
2023-08-22 17:36:40 +02:00
parent 00c0ebe9e4
commit e9fdbfabea
7 changed files with 53 additions and 6 deletions

View File

@@ -988,6 +988,7 @@ class ForEachStmt(LabeledStmt):
pattern: Pattern | child
sequence: Expr | child
where: optional[Expr] | child
nextCall: optional[Expr] | child
body: BraceStmt | child
class LabeledConditionalStmt(LabeledStmt):