summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-overloaded.scala
Commit message (Collapse)AuthorAgeFilesLines
* prohibits constructor overloading for macro bundlesEugene Burmako2014-01-121-0/+12
As per Jason’s feedback, this commit handles overloaded constructors in macro bundles. The backend now checks that we have a constructor of a correct type. The frontend now prohibits multiple constructors altogether.