blob: a387a4cdaabb54f8d492a8816aac331659809754 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::C<self::C::T>
;
method f() void
;
}
static method main() dynamic
;