Skip to content

Commit 7d51a63

Browse files
committed
Add missing check file
1 parent 3605cd3 commit 7d51a63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/rewrites/i8982.check

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
object Foo:
3+
def bar(x: Int): Unit =
4+
println(x)
5+
6+
class Baz(n: Int):
7+
def printRepeat(repeat: Int) =
8+
for {
9+
x <- 1 to repeat
10+
} println(s"$x - ${n * x}")

0 commit comments

Comments
 (0)