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 ff78265 commit e4a6d72Copy full SHA for e4a6d72
tests/run/i2163.scala
@@ -1,5 +1,5 @@
1
class Base(f: Int => Int) {
2
- f(3)
+ println(f(3))
3
}
4
5
class Child(x: Int) extends Base(y => x + y)
0 commit comments