blob: f7bd697de82e629c7897873f01e189f4bc047c31 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef G<unrelated X extends core::Object? = dynamic> = () void;
class A<X extends () void, Y extends () void> extends core::Object {
synthetic constructor •() self::A<self::A::X, self::A::Y>
: super core::Object::•()
;
}
static method main() dynamic {
new self::A::•<() void, () void>();
}