5 lines
79 B
Kotlin
5 lines
79 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(n: Int) {
|
|
<caret>val x: String
|
|
x = ""
|
|
} |