Skip to content

Commit 0d266ab

Browse files
committed
Add test case
1 parent f332dcc commit 0d266ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pos/i1776.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class X(val y: String)
2+
class Y(y: => String) extends X(y)
3+
class Z(z: => String) extends X(z)

0 commit comments

Comments
 (0)