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

5 lines
102 B
Kotlin
Vendored

// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
fun foo() {
1<caret>!! + 2
}