return 42

This commit is contained in:
Dmitry Jemerov
2011-02-25 19:14:11 +03:00
parent 8f1f89cca8
commit 8e6c2995d0
4 changed files with 57 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
fun f() : Int { return 42; }