blob: 95892c3db54e611dc090ef0ff62f3696209357d9 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() void
;
}
class X<T extends self::B = dynamic> extends core::Object {
synthetic constructor •() void
;
}
class Y extends self::X<dynamic> {
synthetic constructor •() void
;
}
static method main() void
;