There's also something like `b::class.java.fields....
# announcements
k
There's also something like
b::class.java.fields.find { it.name == "size" }!!.name
but that isn't useful. (not sure how it works exactly here, maybe
b::class.members.find { it.name == "getB" }!!.name
is the right one)