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

8 lines
173 B
Plaintext
Vendored

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