blob: 7fa8ea059e923038cca422e62eb75f310ec463be [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
method f() core::int
;
}
class D extends self::C {
synthetic constructor •() self::D
;
method g() void
;
}
static method main() dynamic
;