8 lines
76 B
Kotlin
8 lines
76 B
Kotlin
// IS_APPLICABLE: false
|
|
|
|
var a = 1
|
|
var b = 2
|
|
|
|
fun foo() {
|
|
<caret>a = b
|
|
} |