summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-noncontext.scala
Commit message (Collapse)AuthorAgeFilesLines
* changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-121-0/+9
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.