Skip to content

Commit

Permalink
Merge pull request #443 from eed3si9n/wip/sip-62
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Dec 12, 2024
2 parents 45803f9 + af0ec16 commit 9f7f52f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/corpus/expressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,7 @@ def f(): Unit =
for n <- nums yield n + 1

for
a = 1
x <- xs
y <- ys
yield
Expand Down Expand Up @@ -1502,6 +1503,9 @@ def f(): Unit =
(integer_literal)))
(for_expression
(enumerators
(enumerator
(identifier)
(integer_literal))
(enumerator
(identifier)
(identifier))
Expand Down

0 comments on commit 9f7f52f

Please sign in to comment.