The reason is that the first column function match...
# tornadofx
e
The reason is that the first column function matches a
KFunction<ObservableValue<T>>
that is resolved via Java reflection, but the one that matches
KProperty1<S, ObservableValue<T>>
which is resolved by calling
KProperty.call
. Hm.. maybe I could do that via Java reflection as well.. Hang on...