blob: 5bdf9bbe802abb94456125b41cebc9d8428222a2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::num> extends core::Object {
covariant-by-class field self::C::T a;
synthetic constructor •() self::C<self::C::T>
;
method op(core::double b) void
;
}
static method main() dynamic
;