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