<@U0Z3X3AN6> &gt; If a class has a member functio...
# android
a
@rudolf.hladik
If a class has a member function, and an extension function is defined which has the same receiver type, the same name and is applicable to given arguments, the member always wins.
https://kotlinlang.org/docs/reference/extensions.html#extensions-are-resolved-statically
r
@arekolek thank you, I added one unused param to not conflict with member fun.
a
maybe just give it a different name then? 😉