blob: 283cd45509ecbe1fe1d44b64bf851d5cdef985da [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 {}