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

5 lines
110 B
Kotlin
Vendored

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