Given the following class:
data class Foo(val bar: Int)
How would I obtain a Class<T> for Foo...
Class<T>
Foo
val prop = Foo::bar
...from this property expression?
Aucun commentaire:
Enregistrer un commentaire