Added types
This commit is contained in:
@ -2,7 +2,7 @@ main() {
|
||||
f(10)
|
||||
}
|
||||
|
||||
f(new) {
|
||||
f(new Int) {
|
||||
old := new
|
||||
new -= 1
|
||||
assert new != old
|
||||
|
Reference in New Issue
Block a user