Skip to content

Commit 5175f1e

Browse files
committed
Add original test to test case
1 parent dbb0279 commit 5175f1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/pos/i1756.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* class A { { val x = this } }
1+
class A { { val x = this } }
32
class B(x: Int) {
43
class C(x: Int)
54
extends B({
@@ -13,7 +12,7 @@ class B(x: Int) {
1312
}
1413
}
1514
}
16-
*/
15+
1716
// Minimized version
1817
class D(x: Int) {
1918
class E(x: Int) extends D({val test = D.this; x})

0 commit comments

Comments
 (0)