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