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 fd7e267 commit 397327cCopy full SHA for 397327c
tests/pos/i5311.scala renamed to tests/neg/i5311.scala
@@ -8,6 +8,6 @@ object m {
8
S.bar.apply(f)
9
10
def example(implicit s:Foo) : s.T[Int => Int] = {
11
- baz((x : s.T[Int]) => x)
+ baz((x : s.T[Int]) => x) // error
12
}
13
0 commit comments