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