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 0ecd49a commit 9ec176fCopy full SHA for 9ec176f
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