inline some test code snippets

This commit is contained in:
Dmitry Jemerov
2011-04-08 20:07:45 +02:00
parent e9d49c76de
commit f8acb78f01
5 changed files with 4 additions and 8 deletions
-1
View File
@@ -1 +0,0 @@
fun f() : Long { return System.currentTimeMillis(); }
@@ -1 +0,0 @@
fun f(o: Any) : Int { return System.identityHashCode(o); }
-1
View File
@@ -1 +0,0 @@
fun foo(a : Int) = a
-1
View File
@@ -1 +0,0 @@
fun f() : Int { return 42; }