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 d6ab5db commit 560b125Copy full SHA for 560b125
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