Minor: revert changes in StackValue and fix tes data.

(this commit should be reverted after make Unit object)
This commit is contained in:
Zalim Bashorov
2014-07-10 23:40:14 +04:00
parent 9b36327046
commit dc68d78d9d
5 changed files with 22 additions and 35 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ tailRecursive fun foo() {
}
---------------------
<v1>: {<: Throwable} NEW: magic[FAKE_INITIALIZER](e: Throwable) -> <v1>
foo() <v0>: Unit NEW: call(foo(), foo) -> <v0>
foo() <v0>: {<: Unit} NEW: call(foo(), foo) -> <v0>
=====================