summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-overloaded.check
Commit message (Collapse)AuthorAgeFilesLines
* prohibits polymorphic bundlesEugene Burmako2014-02-211-1/+1
| | | | | | It's not like they were inducing bugs, but I can't see how polymorphism can be useful for macro bundles, hence imho it's better to reduce the number of degrees of freedom of the system.
* prohibits constructor overloading for macro bundlesEugene Burmako2014-01-121-0/+4
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.