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