blob: 26f307c89a1c6015c080f90f6648fcba6dd0b651 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract sealed class Sealed extends core::Object {
synthetic constructor •() self::Sealed
;
}
class C1 extends self::Sealed {
synthetic constructor •() self::C1
;
}
class C2 extends self::Sealed {
synthetic constructor •() self::C2
;
}
static method main() void
;