properties are more than fields and getter & s...
# announcements
k
properties are more than fields and getter & setter. e.g. from the point of reflection, what will the type of
Bar::foo
be? what type will https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-mutable-property/setter.html return?