Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceWithOperatorAssignmentIntention/after.kt.template
T
Valentin Kipyatkov 475a361b32 Renamed intention
2015-05-14 01:00:24 +03:00

4 lines
40 B
Plaintext

fun foo(x: Int) {
var y = 1
y += x
}