9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
== fail ==
|
|
fun fail() : Nothing {
|
|
throw java.lang.RuntimeException()
|
|
}
|
|
---------------------
|
|
RuntimeException() <v0>: {<: Throwable} NEW: call(RuntimeException, <init>) -> <v0>
|
|
java.lang.RuntimeException() <v0>: {<: Throwable} COPY
|
|
=====================
|