blob: 2ed90550e8a06fb58e53b8e44f5bd21ce733e405 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test() void {
(core::Null*) →* core::int* f = (dynamic x) dynamic => 1;
}
static method main() dynamic {}