summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-invalidusage-badtargs.check
blob: 73801ab43e423e85607b3286c583f1ee15165fbe (plain) (tree)
1
2
3
4



                                                                                          
Macros_Test_2.scala:7: error: macro method foo: (x: Int)Int does not take type parameters.
  val s: String = foo[String](42)
                     ^
one error found