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