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