summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-b.check
blob: 59701d023bc23093214494c6e539a27c7aa7288d (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 Impls.foo(null)(null)
      ^
one error found