summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-badargs.check
blob: 52beda5b610b3d264e1d385edd5e99de0511fcf0 (plain) (blame)
1
2
3
4
5
6
Macros_Test_2.scala:7: error: type mismatch;
 found   : String("42")
 required: Int
  val s: String = foo("42")
                      ^
one error found