Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
== foo ==
|
||||
tailRecursive fun foo() {
|
||||
try {
|
||||
return foo()
|
||||
}
|
||||
catch (e: Throwable) {
|
||||
}
|
||||
}
|
||||
---------------------
|
||||
foo <v0> NEW()
|
||||
foo() <v0> COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user