summaryrefslogtreecommitdiff
path: root/test/files/run/typealias_overriding.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug 1065Adriaan Moors2007-04-241-0/+1
This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.