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 b3d3b33 commit a90ce96Copy full SHA for a90ce96
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