type mapper refactored; more stuff works for function calls

This commit is contained in:
Dmitry Jemerov
2011-03-24 15:49:16 +01:00
parent 802f6e1c7d
commit b346c16c83
6 changed files with 77 additions and 50 deletions
-2
View File
@@ -1,3 +1 @@
import java.lang.*
fun f() : Long { return System.currentTimeMillis(); }
@@ -0,0 +1 @@
fun f(o: Any) : Int { return System.identityHashCode(o); }