<@U0F3291QE> Quick question: why do we have `inlin...
# tornadofx
r
@edvin Quick question: why do we have
inline fun <reified T : View> replaceWith(...)
and
inline fun <reified T : Fragment> replaceWith(...)
when they do the same thing? Would
inline fun <reified T : UIComponent> replaceWith(...)
not work?