blob: f85ff81c0359ac256917790b959a471bb2ebb536 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
synthetic constructor •() self::Foo
;
method foo(core::int x) core::int
;
}
static method test() dynamic
;
static method main() dynamic
;