blob: c64d3c54106d14cdf9683a987048f00c00160c01 [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
;