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