push forward. Current problem is double closed things
This commit is contained in:
15
quick_test.krak
Normal file
15
quick_test.krak
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
fun first():int { return 12; }
|
||||
|
||||
fun test(f: run():int):int {
|
||||
return test2(fun():int { return f();})
|
||||
}
|
||||
|
||||
fun test2(f: fun():int):int {
|
||||
return f()
|
||||
}
|
||||
|
||||
fun main():int {
|
||||
/*return test(first)*/
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user