blob: d2a5bd6f41e2ac25bcfea2d4be1d5af2d4a4d30c [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::•()
;
method f() void {
self::C<self::C::T> x = this;
}
}
static method main() dynamic {}