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

6 lines
148 B
Plaintext

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