blob: d6322ea71e4fea803134ac30bea9b2f91acc4a53 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef F<Y extends core::Object? = dynamic> = self::A<Y%>;
class P<T extends core::Object? = dynamic> extends core::Object /*hasConstConstructor*/ {
const constructor •(self::P::T% t) self::P<self::P::T%>
: super core::Object::•()
;
}
class A<X extends core::Object? = dynamic> extends self::P<self::A::X%> /*hasConstConstructor*/ {
const constructor foo(self::A::X% x) self::A<self::A::X%>
: super self::P::•(x)
;
constructor •(self::A::X% x) self::A<self::A::X%>
;
}