I get the basic reified and try to add it (don't know if it will be accepted)
my example is
https://github.com/edvin/tornadofx/blob/master/src/main/java/tornadofx/Component.kt on line 680
this code looks odd, because in my eyes it doesn't use the reified T.
The reason why I'm asking is that there was earlier odd--looking code, with a very good reason, so I try to understand if this is just odd code, or if there are things I don't understand yet.