Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/annotatedExpr.kt.after
T

8 lines
175 B
Plaintext

// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
fun foo() {
@suppress("UNNECESSARY_NOT_NULL_ASSERTION")
[ann] ""<caret>!!
}
annotation class ann