mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
== test ==
|
|
fun test() {
|
|
throw Exception()
|
|
test()
|
|
}
|
|
---------------------
|
|
Exception <v0> NEW()
|
|
Exception() <v0> COPY
|
|
test <v1> NEW()
|
|
test() <v1> COPY
|
|
{ throw Exception() test() } <v1> COPY
|
|
=====================
|