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