Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionSuppressNoArgsTheSameLine.kt.after
T
2017-07-07 16:48:31 +02:00

4 lines
113 B
Plaintext
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
@Suppress("REDUNDANT_NULLABLE")
fun foo(): String?? = null