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

5 lines
63 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
assert(<caret>true || false)
}