`infix fun Int.add(that: Int) = this + that`
# getting-started
m
infix fun Int.add(that: Int) = this + that