summaryrefslogtreecommitdiff
path: root/test/files/run/macro-bundle-whitebox/Test_2.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-211-8/+0
| | | | | whitebox.Context <: blackbox.Context, so in order to check for blackboxity it's not enough to check whether the context used is <: blackbox.Context.
* changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-121-0/+8
Adjusts bundle notation to read `class Bundle(val c: Context)` instead of `class Bundle extends Macro`. This avoids calling compileLate in the macro compiler and associated tooling problems.