Skip to content

Commit 9cfe19b

Browse files
Fix t4047.scala
1 parent ce75d64 commit 9cfe19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/t4047.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trait Foo[T] { val foo: T}
1+
trait Foo[T] { def foo: T}
22

33
class A extends Foo[Unit]{
44
lazy val foo = println("Unit: called A.foo")

0 commit comments

Comments
 (0)