Files
kotlin-fork/idea/testData/intentions/convertIfWithThrowToAssert/simpleConvert.kt.after
T
Valentin Kipyatkov 74cdd39ac9 Renamed test data dirs
2015-05-14 01:00:26 +03:00

4 lines
55 B
Plaintext
Vendored

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