Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionUnrelatedAnnotationBare.kt.after
T
2015-10-15 19:20:08 +03:00

6 lines
147 B
Plaintext
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
@Suppress("REDUNDANT_NULLABLE")
@ann fun foo(): String?<caret>? = null
annotation class ann