blob: a71023641e5a1e4f5007ad33dcb481015fbdbc0f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::int? field;
synthetic constructor •() self::Foo
;
method bar(core::int? x) core::int?
;
}
static method main() dynamic
;
static method test_nullable_function_type_formal_param({has-declared-initializer () →? core::int f}) core::int
;