blob: 5dca73f0345d978c09aec3c7ebf52dfe668f749e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class B<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
}
abstract class C<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
}
class Base extends core::Object implements self::B<dynamic> {
synthetic constructor •() void
;
}
class Child1 extends self::Base implements self::C<core::int> {
synthetic constructor •() void
;
}
class Child2 extends self::Base implements self::C<core::double> {
synthetic constructor •() void
;
}
static method main() dynamic
;