Files
kotlin-fork/idea/testData/intentions/convertIfWithThrowToAssert/simplifiedCondition.kt.after
T

4 lines
59 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
assert(1 != 0) { "text" }
}