|  | library; | 
|  | import self as self; | 
|  | import "dart:_interceptors" as _in; | 
|  | import "dart:core" as core; | 
|  |  | 
|  | static method main() → dynamic { | 
|  | block { | 
|  | final synthesized _in::JSArray<core::int> _list = _in::JSArray::allocateGrowable<core::int>(10); | 
|  | for (synthesized core::int i = 0; i.{core::num::<}(10){(core::num) → core::bool}; i = i.{core::num::+}(1){(core::int) → core::int}) { | 
|  | synthesized core::int i = i; | 
|  | _list.{_in::JSArray::[]=}{Invariant,BoundsSafe}(i, i.{core::num::*}(2){(core::num) → core::int}){(core::int, core::int) → void}; | 
|  | } | 
|  | } =>_list; | 
|  | } |