E.g. if we restrict by reciever type, then using `...
# language-proposals
o
E.g. if we restrict by reciever type, then using
Any?
will restrict any propagation. And something like
HtmlElement
will only stop propagating those from html builds, but leave context visible.