<@U0BLPFZNY>: was there an update to documenting t...
# announcements
a
@stanislav.erokhin: was there an update to documenting the preference rules (https://youtrack.jetbrains.com/issue/KT-10806#comment=27-1283497) … I want to update this quote at the end of http://stackoverflow.com/a/35321347/3679676 which is correct maybe in general, but not sure for the edge cases (implicit vs. explicit
this
, anonymous objects):
>> For each implicit receiver on current context we try members, then local extension functions(also parameters which have extension function type), then non-local extensions.