Hey, Is there a linter that warns me if I implicit...
# getting-started
m
Hey, Is there a linter that warns me if I implicit this@SomeParent in an apply-Block, or any block with a context-object?
s
It's not exactly what you asked for, but this sounds a bit similar to what the
@DslMarker
annotation is used for
m
Thanks, that look very useful!