Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/parenthesizedCondition.kt
T
2014-04-15 19:26:39 -04:00

4 lines
72 B
Kotlin
Vendored

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