summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-b.check
blob: 976685c6bd0069928f766a7c9b1757f9e646fea2 (plain) (blame)
1
2
3
4
5
Macros_Test_2.scala:2: error: macro body has wrong shape:
 required: macro [<implementation object>].<method name>[[<type args>]]
  def foo(x: Any) = macro Impls.foo(null)(null)
      ^
one error found