blob: 95e9883ed9b6c8ede16336fe6e9f2d2fc9578b5d [file]
// RUN_PIPELINE_TILL: BACKEND
// 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("!!!")
}
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, javaFunction, propertyDeclaration, stringLiteral */