-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Template-Qualified Method Implementation Calls allow users to specify which parent template methods to invoke in cases where template ordering is ambiguous in parents. This is currently unsupported in lookups at least
- Add parsing support for
object.templates.name.method()(this should already be parsed correctly as a member expression) - Add lookup support for
object.templates.name(goto-template) andobject.templates.name.method()(goto-method) - Could also add lookup support for
object.templates(goto-all-impld-templates)