Files
kotlin-fork/idea/testData/intentions/convertIfToAssert/simpleConvert.kt.after
T

4 lines
55 B
Plaintext

// WITH_RUNTIME
fun foo() {
assert(!true, "text")
}