function call generation works in some trivial cases

This commit is contained in:
Dmitry Jemerov
2011-03-24 15:18:29 +01:00
parent a203886fe0
commit 802f6e1c7d
7 changed files with 117 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
import java.lang.*
fun f() : Long { return System.currentTimeMillis(); }