Skip to content

Commit 3b98b66

Browse files
committed
Fix test
1 parent fd7e267 commit 3b98b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i5311.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ object m {
88
S.bar.apply(f)
99

1010
def example(implicit s:Foo) : s.T[Int => Int] = {
11-
baz((x : s.T[Int]) => x)
11+
baz((x : s.T[Int]) => x) // error
1212
}
1313
}

0 commit comments

Comments
 (0)