summaryrefslogtreecommitdiff
path: root/tests/compute/assoctype-func-param.slang.expected.txt
AgeCommit message (Collapse)Author
2017-12-28Fix substitution for associatedtype.Yong He
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.