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.
2 parents 5061e66 + cc72531 commit 0b13df8Copy full SHA for 0b13df8
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