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

9 lines
202 B
Kotlin
Vendored

// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
fun foo() {
@ann ""<caret>!!
}
@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class ann