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