summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_expected.check
blob: 3b76aabdd2a3c7c7941feb6c3738ada735f61ca6 (plain) (blame)
1
2
3
4
5
6
sammy_expected.scala:4: error: type mismatch;
 found   : String => Int
 required: F[Object,Int]
  def wrong: F[Object, Int] = (x: String) => 1
                                          ^
one error found