4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class C<V> {
|
|
<caret>var foo: V? = null
|
|
} |