Skip to content

Commit 70dca88

Browse files
committed
Test case for #5966
1 parent c11a3fd commit 70dca88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/pos/i5966.scala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)