Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionSuppressOnFile.kt.after
T
2015-12-19 14:32:37 +03:00

5 lines
138 B
Plaintext
Vendored

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