It would be nice if we could somehow annotate meth...
# language-proposals
j
It would be nice if we could somehow annotate methods or interface to ignore the
@DslMarker
to be able to provide some methods anywhere in the DSL hierarchy without the needs of explicit
this@xxx
receiver. We could also automatically detect it by separating methods coming from different super interfaces. For instance, I would like the following example to compile:
👍 1