Files
kotlin-fork/idea/testData/intentions/simplifyBooleanWithConstants/simple.kt
T

3 lines
54 B
Kotlin
Vendored

fun foo() {
val x = <caret>true && false || true
}