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