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