summaryrefslogtreecommitdiff
path: root/tests/compute/generics-syntax-2.slang.expected.txt
AgeCommit message (Collapse)Author
2017-12-27Using a visitor to systematically replace lookup scopes of generic ↵Yong He
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.