blob: 11889f3e6f82a363e83a1fb00d1822cec536015a [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 as{TypeError} core::Null*);
}
static method main() dynamic {}