Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/annotatedExpr.kt
T
2015-06-12 09:23:31 +03:00

7 lines
126 B
Kotlin
Vendored

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