primitive type tests extracted

This commit is contained in:
Dmitry Jemerov
2011-04-15 12:49:55 +02:00
parent e76a227837
commit 47f883d493
5 changed files with 279 additions and 274 deletions
-4
View File
@@ -1,4 +0,0 @@
fun foo(f: Int): Boolean {
if (f > 0) return true;
return false;
}
-1
View File
@@ -1 +0,0 @@
fun f(a: Int, b: Int): Int { return a + b }