`inline fun Something.add(s: Something) = this + s...
# language-proposals
m
inline fun Something.add(s: Something) = this + s
2