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