a13b66c58e
If no quick fix is available a special intention is shown
6 lines
111 B
Kotlin
6 lines
111 B
Kotlin
// "Suppress 'REDUNDANT_NULLABLE' for fun local" "true"
|
|
|
|
fun foo() {
|
|
fun local(): String?<caret>? = null
|
|
}
|