blob: a69d78e34e48aabfb2b92185ce51ebb9504a8f70 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test1() dynamic {
core::List<core::Null> x = <core::Null>[null];
x.{core::List::add}(42);
}
static method main() dynamic {
self::test1();
}