the only possible way I can see is to use somethin...
# announcements
s
the only possible way I can see is to use something like type tokens:
val typeToken = object: ArrayList<String>(){}
println(typeToken::class.supertypes[0])