blob: 579076261fb1ba0ceb091e2e70c11c565d1e56bc [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::List<core::double> a = <core::double>[];
static field core::double b = let final core::List<core::double> #t1 = self::a in let final core::int #t2 = 0 in let final core::double #t3 = 1.0 in let final void #t4 = #t1.{core::List::[]=}(#t2, #t3){(core::int, core::double) → void} in #t3;
static method main() dynamic {}