<@U0BRPBCKT> For me it's definitely a bug. Simply ...
# intellij
g
@stepango For me it's definitely a bug. Simply because it's misleading. You look at such code, and think that an extension method from Kotlin's stdlib is called, whereas the truth is you're calling an ordinary instance method. There probably is some issue with IntelliJ's Kotlin parser, where extension methods take precedence over instance methods with the same name.