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

4 lines
147 B
Plaintext
Vendored

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