Still, I can get `Class` instance which the compil...
# reflect
d
Still, I can get
Class
instance which the compiler treats as of type
Class<List<String>>
from an instance (e.g.
listOf<String>().javaClass
), isn’t there really a way to do the same without instantiating an object ?