blob: 4c844e6c17fd1c7ff74b98a3ab881f71dd2b959d [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method main() dynamic {
(core::Null?) core::int f = (core::Object? x) core::int => 1;
(Never) core::int g = (core::Object? x) core::int => 1;
(Never?) core::int h = (core::Object? x) core::int => 1;
(core::String) core::int i = (core::String x) core::int => 1;
}