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 0b4871d commit cc72531Copy full SHA for cc72531
tests/pos/i4328.scala
@@ -0,0 +1,5 @@
1
+class A()
2
+
3
+trait MakeMeAnInterface {
4
+ lazy val a: A = new A()
5
+}
0 commit comments