blob: c70181a885fd95098e20b987704409c97df0dcb6 [file] [log] [blame]
library test;
List<double> a = <double>[];
var b = (a[0] = 1.0);
main() {}