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