7 lines
67 B
Kotlin
Vendored
7 lines
67 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
var x = 0
|
|
|
|
fun <caret>foo() {
|
|
x += 1
|
|
} |