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

4 lines
47 B
Plaintext

fun foo() {
var x = 0
<spot>x += y</spot>
}