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

6 lines
89 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
if (!true) {
throw AssertionError("text")
}
}