blob: cc402ab7ae2ccde14f3551c2f3576dfb1f080339 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
extension Foo on core::Object {
set f = self::Foo|set#f;
}
static method Foo|set#f(lowered final core::Object #this, core::int x) → void
;
static method fun(core::String? s) void
;