a13b66c58e
If no quick fix is available a special intention is shown
6 lines
280 B
Kotlin
6 lines
280 B
Kotlin
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
// ERROR: An integer literal does not conform to the expected type jet.String
|
|
// ERROR: An integer literal does not conform to the expected type jet.String
|
|
|
|
[suppress(1, "REDUNDANT_NULLABLE")]
|
|
fun foo(): String?<caret>? = null |