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