summaryrefslogtreecommitdiff
path: root/test/files/run/reify_renamed_type_local_to_reifee.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5841 reification of renamed importsAndriy Polishchuk2012-12-061-0/+1
Reification of renamed imports is done by catching Selects with name != their tree.symbol.name, replacing this name with tree.symbol.name, and then doing reifyProduct in case of renamed terms and reifyBoundType (inner) in case of renamed types.