summaryrefslogtreecommitdiffstats
path: root/tests/compute/generics-syntax-2.slang.expected.txt
Commit message (Collapse)AuthorAge
* Using a visitor to systematically replace lookup scopes of generic ↵Yong He2017-12-27
function's return type expression. fixes #336 Add a `ReplaceScopeVisitor` to replace the scopes of the return type expression tree to use the generic decl's scope instead of module's scope after parser has determined the decl is a generic function header decl.