aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/aliasNew.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug which prevented New over type-instantiated aliases.Martin Odersky2015-02-281-0/+8
Previously, type Map = HashMap[Int, String] new Map did not work. See test aliasNew.scala for a test. Formerly this logic handled in Parsers (wrapNew), but that one does not work for aliastypes.