blob: 0c41f17ced3dffc4534912be8f7eab0d972bc214 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method foo(Null x) dynamic {
self::bar(x!);
}
static method bar(core::int y) dynamic {}
static method main() dynamic {}