Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/parenthesizedCondition.kt
T

4 lines
75 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
<caret>assert((true && false)) { "text" }
}