Files
kotlin-fork/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/simpleInvert.kt
T

4 lines
54 B
Kotlin
Vendored

// PROBLEM: none
fun test(n: Int) {
!<caret>true
}