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