type mapper refactored; more stuff works for function calls
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun f(o: Any) : Int { return System.identityHashCode(o); }
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun f(o: Any) : Int { return System.identityHashCode(o); }
|
||||