Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceCallWithBinaryOperatorIntention/before.kt.template
T
2015-05-14 01:10:05 +03:00

7 lines
63 B
Plaintext

a.plus(b)
a.minus(b)
a.times(b)
a.div(b)
a.mod(b)
a.rangeTo(b)