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

5 lines
112 B
Kotlin
Vendored

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