Using extensions shadowing as lint check
I wanted to use extensions shadowing as lint check, similar to how Flow do with SharedFlow (
github source). I couldn’t find anywhere where this behavior is used, documented or explained so I fiddled with it myself.
For people unaware this is what I’m talking about:
I’ve found that it works if both extensions have the same signature and...