summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-without-xmacros-b.check
blob: dce4a084c97e409a1ccedc549a066c61889b73ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Macros_2.scala:3: error: ';' expected but '.' found.
    def foo(x: Int): Int = macro Impls.foo_impl
                                      ^
Macros_2.scala:5: error: ';' expected but '.' found.
  def bar(x: Int): Int = macro Impls.bar_impl
                                    ^
Macros_2.scala:9: error: ';' expected but '.' found.
  def quux(x: Int): Int = macro Impls.quux_impl
                                     ^
three errors found