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