4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
// "Add initializer" "false"
|
|
fun test() {
|
|
<caret>val n: Int
|
|
} |