blob: 8caee532d2b9a9d6476491c24e42384702c415f0 [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
test1() {}
test2() {}
var x1 = [1, 2, 3];
var x2 = [1, 2.0, 3];