summaryrefslogtreecommitdiffstats
path: root/tests/compute/assoctype-func-param.slang.expected.txt
Commit message (Collapse)AuthorAge
* Fix substitution for associatedtype.Yong He2017-12-28
fixes #341 When a typedef definition is used to satisfy an associated type, we must also substitute the resulting typedef type using parent substitution, in the case that the typedef is a generic application.