Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionUnrelatedAnnotationBare.kt.after
T

6 lines
146 B
Plaintext
Vendored

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