Skip to content

Commit 0b13df8

Browse files
authored
Merge pull request #8487 from dotty-staging/fix-#4328
Fix #4328: Test case
2 parents 5061e66 + cc72531 commit 0b13df8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i4328.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class A()
2+
3+
trait MakeMeAnInterface {
4+
lazy val a: A = new A()
5+
}

0 commit comments

Comments
 (0)