summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-wrongcontext-a.check
blob: 10aadb00356e499d4daa0c2539fba8731474526b (plain) (blame)
1
2
3
4
macro-bundle-wrongcontext-a.scala:12: 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