Files
kotlin-fork/idea/testData/quickfix/suppress/availability/topLevelFunctionAlreadySuppressed.kt
T
2015-09-04 17:23:25 +03:00

4 lines
137 B
Kotlin
Vendored

// "class com.intellij.codeInspection.SuppressIntentionAction" "false"
@Suppress("REDUNDANT_NULLABLE")
fun foo(): String?<caret>? = null