blob: 408370fe1181cee3531facda56a0ba7f59f0bc72 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 {}