analyze kotlin scripts

This commit is contained in:
Stepan Koltsov
2012-05-23 02:52:29 +04:00
parent 5fc73a4cd4
commit d6bf8876a3
12 changed files with 162 additions and 27 deletions
@@ -0,0 +1,5 @@
fun foo(x: Int) = 1
val y = 2
foo(y)