a13b66c58e
If no quick fix is available a special intention is shown
5 lines
104 B
Kotlin
5 lines
104 B
Kotlin
// "Suppress 'REDUNDANT_NULLABLE' for object C" "true"
|
|
|
|
object C {
|
|
var foo: String?<caret>? = null
|
|
} |