references to a local properties

This commit is contained in:
Maxim Shafirov
2011-03-13 21:05:30 +03:00
parent e9192a61ee
commit 5e054c2f0a
6 changed files with 93 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
fun f(a:Int) : Int {
val x = 42
val y = 50
y
}