summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-a.check
blob: 246b5c32261b01515dae1ca9103acb0c4b9f1c19 (plain) (blame)
1
2
3
4
5
6
Macros_Test_2.scala:2: error: macro body has wrong shape:
 required: macro <reference to implementation object>.<implementation method name>
 or      : macro <implementation method name>
  def foo(x: Any) = macro 2
      ^
one error found