4 lines
59 B
Kotlin
Vendored
4 lines
59 B
Kotlin
Vendored
fun foo(n: Int) {
|
|
<caret>val `x`: String
|
|
`x` = ""
|
|
} |