Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/assertErrorOverloaded.kt.after
T
Valentin Kipyatkov 033b626a08 Fixed test data
2015-02-09 13:02:04 +03:00

14 lines
157 B
Plaintext

package a
import java.lang.AssertionError
fun foo() {
if (!true) {
throw AssertionError("text")
}
}
class AssertionError
// WITH_RUNTIME