summaryrefslogtreecommitdiffstats
path: root/tests/compute/implicit-this-expr.slang.expected.txt
Commit message (Collapse)AuthorAge
* Allow for implicit `this` expressions.Tim Foley2017-10-30
- When peforming ordinary lookup, if the container declaration for a scope is an aggregate type or `extension` decl, then use a "breadcrumb" to make sure that we use a `this` expression as the base of any resulting declaration reference - Add a test case for implicit `this` usage - Update constrained generic test case to use implicit `this` for member reference, as was originally intended