summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-wrongcontext-b.check
blob: e9700d379ed9d4c82fd7d76e2a2e8c0fa6d1f81e (plain) (blame)
1
2
3
4
macro-bundle-wrongcontext-b.scala:10: error: macro bundles must be concrete monomorphic classes having a single constructor with a `val c: Context` parameter
  def foo: Any = macro Bundle.impl
                       ^
one error found