We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f332dcc commit 0d266abCopy full SHA for 0d266ab
tests/pos/i1776.scala
@@ -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