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