summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-incompatible-macro-engine.check
blob: 1d582e5ed60818040dd7fb6efe5d9ced1f123d88 (plain) (blame)
1
2
3
4
5
6
7
Test_3.scala:2: error: macro cannot be expanded, because it was compiled by an incompatible macro engine vxxx (implemented in the incompatibleMacroEngine plugin)
  Macros.foo
  ^
Test_3.scala:3: error: macro cannot be expanded, because it was compiled by an incompatible macro engine vxxx (implemented in the incompatibleMacroEngine plugin)
  Macros.foo
  ^
two errors found