mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
9 lines
292 B
Kotlin
Vendored
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<!>("!!!")
|
|
}
|
|
} |