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