Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionModifierOnTheSameLine.kt
T

3 lines
95 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
public fun foo(): String?<caret>? = null