blob: 86a39fcbe91e6c340ab8cb51ba0449dbbf75c9f2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::T%>
;
}
class B<T extends core::Object? = dynamic> extends self::A<self::B::T%> {
synthetic constructor •() self::B<self::B::T%>
;
}
static method main() dynamic
;