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