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 c11a3fd commit 70dca88Copy full SHA for 70dca88
tests/pos/i5966.scala
@@ -0,0 +1,8 @@
1
+object Test {
2
+ def foo = given (v: Int) => (x: Int) => v + x
3
+ implied myInt for Int = 4
4
+
5
+ foo.apply(1)
6
+ foo given 2
7
+ foo(3)
8
+}
0 commit comments