arekolek
04/06/2018, 11:51 AMIf 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
rudolf.hladik
04/06/2018, 1:10 PMarekolek
04/06/2018, 1:19 PM