a13b66c58e
If no quick fix is available a special intention is shown
5 lines
163 B
Kotlin
5 lines
163 B
Kotlin
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
// ERROR: Unresolved reference: ann
|
|
|
|
[suppress("REDUNDANT_NULLABLE")]
|
|
[ann] fun foo(): String?<caret>? = null |