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

4 lines
47 B
Plaintext

// WITH_RUNTIME
fun foo() {
assert(!true)
}