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

4 lines
68 B
Kotlin
Vendored

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