Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionSuppressOnFile.kt.after
T
2019-11-29 21:09:04 +07:00

4 lines
137 B
Plaintext
Vendored

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