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 ce75d64 commit 9cfe19bCopy full SHA for 9cfe19b
tests/run/t4047.scala
@@ -1,4 +1,4 @@
1
-trait Foo[T] { val foo: T}
+trait Foo[T] { def foo: T}
2
3
class A extends Foo[Unit]{
4
lazy val foo = println("Unit: called A.foo")
0 commit comments