Files
kotlin-fork/idea/testData/inspectionsLocal/doubleNegation/simple.kt
T

3 lines
39 B
Kotlin
Vendored

fun foo() {
val b = !!<caret>true
}