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