generate plus

This commit is contained in:
Dmitry Jemerov
2011-03-24 18:34:37 +01:00
parent 3e2b41a225
commit d05066f8f5
5 changed files with 52 additions and 13 deletions
+1
View File
@@ -0,0 +1 @@
fun f(a: Int, b: Int): Int { return a + b }