5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for object C" "true"
|
|
|
|
object C {
|
|
var foo: String?<caret>? = null
|
|
} |