inline some test code snippets
This commit is contained in:
@@ -1 +0,0 @@
|
||||
fun f() : Long { return System.currentTimeMillis(); }
|
||||
@@ -1 +0,0 @@
|
||||
fun f(o: Any) : Int { return System.identityHashCode(o); }
|
||||
@@ -1 +0,0 @@
|
||||
fun foo(a : Int) = a
|
||||
@@ -1 +0,0 @@
|
||||
fun f() : Int { return 42; }
|
||||
Reference in New Issue
Block a user