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