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

7 lines
37 B
Plaintext

a + b
a - b
a * b
a / b
a % b
a .. b