blob: 69564c524dee51eadde5f1e434d75c6cabdf8644 [file]
// FIR_IDENTICAL
fun fn(): Nothing = throw java.lang.RuntimeException("oops")
val x: Nothing = throw java.lang.RuntimeException("oops")
class SomeClass {
fun method() {
throw java.lang.AssertionError("!!!")
}
}