4 lines
73 B
Kotlin
Vendored
4 lines
73 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
<caret>var foo: String? = null
|
|
} |