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