Files
kotlin-fork/idea/testData/quickfix/suppress/declarationKinds/object.kt
T

5 lines
104 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for object C" "true"
object C {
var foo: String?<caret>? = null
}