Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/afterLabeled.kt
T
2015-04-29 14:03:11 +03:00

6 lines
154 B
Kotlin

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