4 lines
137 B
Kotlin
Vendored
4 lines
137 B
Kotlin
Vendored
// "class com.intellij.codeInspection.SuppressIntentionAction" "false"
|
|
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
fun foo(): String?<caret>? = null |