<@U0JN7HPQQ> I have one question about <https://gi...
# kontributors
s
@mglukhikh I have one question about https://github.com/JetBrains/kotlin/commit/e4c873dc6a2b369f3d5be44c8e143a0a307b734b You use a lot of private extension methods in this commit. What factors make you decide where to write these methods? Why do you implement private extension methods instead of writing member functions in
KtLambdaExpression
or
KtDotQualifiedExpression
?