blob: 1c9dd909579c5f7b806a9089386f716f678a0b81 [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 {}