Files
kotlin-fork/idea/testData/intentions/convertNullablePropertyToLateinit/unsignedInt.kt
T

5 lines
84 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
class C {
<caret>var foo: UInt? = null
}