summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-badargs.check
blob: 294cfd0cf514bf28cddf6baa317b2733917b7167 (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