Files
kotlin-fork/idea/testData/intentions/convertToExpressionBody/assignPlus.kt
T
2015-09-25 13:02:46 +03:00

7 lines
67 B
Kotlin
Vendored

// IS_APPLICABLE: false
var x = 0
fun <caret>foo() {
x += 1
}