Fixed inconsistent lifetimes
This commit is contained in:
@ -17,4 +17,12 @@ main() {
|
||||
assert i >= 0
|
||||
assert i < 10
|
||||
}
|
||||
|
||||
ten := 10
|
||||
|
||||
for 0..ten {
|
||||
total += 1
|
||||
}
|
||||
|
||||
assert total == ten
|
||||
}
|
Reference in New Issue
Block a user