For some reason `run<MyActivity> { ... }` ca...
# android
g
For some reason
run<MyActivity> { ... }
can be read as calling the fragment version
This to me looks like a bug in the language, since trying to use the exact same code with the fragment version also leads to compiler error.
Which is correct, but it should be able to read that it's not actually possible to call the fragment version