<@U3QQLJNG3> This snippet shows inline and reified...
# tornadofx
c
@tieskedh This snippet shows inline and reified in action. If you take off the reified, you won't have access to the T::class info (it won't compile). In TornadoFX, it's not reified everywhere because some of the calls involve non-inline functions and kotlin doesn't support reified across-the-board.