Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionUnrelatedAnnotation.kt.after
T
2015-06-12 09:23:31 +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