push forward. Current problem is double closed things
This commit is contained in:
20
quick_test2.krak
Normal file
20
quick_test2.krak
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
obj a {
|
||||
var i: int
|
||||
fun other() {
|
||||
i = 1
|
||||
}
|
||||
fun wasthatakey() {
|
||||
fun() {
|
||||
other()
|
||||
/*i = 1*/
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
||||
fun main():int {
|
||||
var b: a
|
||||
b.wasthatakey()
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user