Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 library; | |
| 2 import self as self; | |
| 3 import "dart:core" as core; | |
| 4 | |
| 5 static method main() → dynamic { | |
| 6 core::int c = new core::DateTime::now().millisecondsSinceEpoch; | |
| 7 for(core::int i = 0; i.<(100); i = i.+(1)) { | |
| 8 core::print(let final #t1 = i in let final #t2 = i = #t1.+(1) in #t1); | |
| 9 } | |
| 10 for(core::int i = 0; i.<(100); c.<(42) ? throw "fisk" : i = i.+(1)) { | |
| 11 core::print(let final #t3 = i in let final #t4 = i = #t3.+(1) in #t3); | |
| 12 } | |
| 13 } | |
| OLD | NEW |