Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
== test ==
|
||||
tailRecursive fun test() : Int {
|
||||
try {
|
||||
// do nothing
|
||||
} finally {
|
||||
test()
|
||||
}
|
||||
}
|
||||
---------------------
|
||||
test <v0> NEW()
|
||||
test() <v0> COPY
|
||||
{ test() } <v0> COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user