Files
kotlin/compiler/testData/diagnostics/testsWithStdLib/resolve/javaPackageMembers.fir.kt

9 lines
292 B
Kotlin
Vendored

fun fn(): Nothing = throw java.lang.<!UNRESOLVED_REFERENCE!>RuntimeException<!>("oops")
val x: Nothing = throw java.lang.<!UNRESOLVED_REFERENCE!>RuntimeException<!>("oops")
class SomeClass {
fun method() {
throw java.lang.<!UNRESOLVED_REFERENCE!>AssertionError<!>("!!!")
}
}