When I set `inline fun <reified A : Activity&gt...
# android
g
When I set
inline fun <reified A : Activity> run(runner: (A) -> Unit)
And the same with
<reified F : Fragment>
it complains that both have the same JVM signatures. Probably because of the generics, which unfortunately are necessary.