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 1405853 commit af0ec16Copy full SHA for af0ec16
test/corpus/expressions.txt
@@ -1473,6 +1473,7 @@ def f(): Unit =
1473
for n <- nums yield n + 1
1474
1475
for
1476
+ a = 1
1477
x <- xs
1478
y <- ys
1479
yield
@@ -1502,6 +1503,9 @@ def f(): Unit =
1502
1503
(integer_literal)))
1504
(for_expression
1505
(enumerators
1506
+ (enumerator
1507
+ (identifier)
1508
+ (integer_literal))
1509
(enumerator
1510
(identifier)
1511
(identifier))
0 commit comments