blob: a10890f1975ff61cbffafe7c5cca0a247f12dfb0 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object? = dynamic> extends core::Object {
covariant-by-class field self::B::T% x;
synthetic constructor •() self::B<self::B::T%>
;
}
class C extends self::B<core::num> {
synthetic constructor •() self::C
;
}
static method main() void
;