tests for local variables
This commit is contained in:
committed by
Vasily Levchenko
parent
8de943bb8a
commit
4078e4004c
@@ -0,0 +1,5 @@
|
||||
fun local_variable(a: Int) : Int {
|
||||
var b = 0
|
||||
b = a + 11
|
||||
return b
|
||||
}
|
||||
Reference in New Issue
Block a user