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

4 lines
37 B
Plaintext

fun foo() {
var x = 0
x = x + y
}