blob: ab4b6a50e1eb1f3b3689b864d1b38184c9421fb4 [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 •() void
: super core::Object::•()
;
}
static method main() dynamic {
self::C<dynamic> v = new self::C::•<dynamic>();
}