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.
2 parents b3d3b33 + a90ce96 commit 5a9a8c2Copy full SHA for 5a9a8c2
tests/pos/i4586.scala
@@ -0,0 +1,4 @@
1
+class Foo {
2
+ inline def foo1(f: => Int => Int): Int = f(7)
3
+ def bar1 = foo1(x => x + 1)
4
+}
0 commit comments