Files
kotlin-fork/compiler/testData/cfg/declarations/functions/FailFunction.values
T
2014-06-03 18:17:07 +04:00

10 lines
249 B
Plaintext

== fail ==
fun fail() : Nothing {
throw java.lang.RuntimeException()
}
---------------------
RuntimeException <v0> NEW()
RuntimeException() <v0> COPY
java.lang.RuntimeException() <v0> COPY
=====================