<@U10EJRH2L> given this information, I don't know ...
# tornadofx
a
@Ruckus given this information, I don't know if Kotlin is able to override a particular function with an extension function. Perhaps we can just rename it?
a
It does not. Member function always wins, same true for virtual methods. Kotlin extension functions are resolved statically.
👍 1
a
good to know, thanks!