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

8 lines
229 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
// ERROR: This annotation is not applicable to target 'file' and use site target '@file'
@file:Deprecated("Some")
package test
public fun foo(): String?<caret>? = null