summaryrefslogtreecommitdiff
path: root/test/files/pos/t6447.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-281-0/+18
It really pays not to write new TypeMaps unless it is absolutely necessary, because there are about 1000 ways to get them wrong. I'm 98% sure this one can be dropped. Review by @xeno-by.