blob: 01ca78a7cbbc25f74fc811affb384bbaef720e91 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() void {
core::List<core::int> l;
l = <dynamic>["hello"];
l = l = <dynamic>[1];
}