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