findProperty

abstract fun findProperty(name: String, value: Term): KMutableProperty<*>

Finds the public mutable property of type named name whose setter accepts value.

Throws