5 lines
59 B
Kotlin
5 lines
59 B
Kotlin
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
<caret>val v = 1
|
|
} |