summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-wrongcontext-b.scala
Commit message (Collapse)AuthorAgeFilesLines
* bundles now reject invalid context typesEugene Burmako2014-02-211-0/+11
Vanilla macros only allow blackbox.Context, whitebox.Context and PrefixType refinements thereof. Bundles should behave in the same way.