summaryrefslogtreecommitdiff
path: root/test/files/neg/bug752.check
blob: f52f73cfba8e3fdc0d52f8a8c8b445b2cf78ebcf (plain) (blame)
1
2
3
4
5
6
bug752.scala:6: error: type mismatch;
 found   : (java.lang.String) => scala.Unit
 required: (scala.Int) => scala.Unit
                f(&g)
                   ^
one error found