Files
kotlin-fork/idea/testData/intentions/convertNullablePropertyToLateinit/local.kt
T
2018-11-29 19:58:11 +03:00

3 lines
49 B
Kotlin
Vendored

fun test() {
<caret>var foo: String? = null
}