summaryrefslogtreecommitdiff
path: root/test/files/neg/bug752.check
blob: a00ca01ced6d57e4e52570df6a0705c6cc49f8c5 (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