Given the following code
class Foo(val bar: String) val p = Foo::bar
How do I obtain the property type String from p?
String
p
Aucun commentaire:
Enregistrer un commentaire