Oh, I suspect that it does not, 'cause parameter t...
# tornadofx
v
Oh, I suspect that it does not, 'cause parameter type is erased and
inline fun <reified T : FXEvent> subscribe
sees only
T
of type
MyEvent
, right?