4e1d8fcfd0
Enhancement for KT-12743
5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// LANGUAGE_VERSION: 1.1
|
|
fun test() {
|
|
<caret>var foo: String? = null
|
|
} |