blob: bb11426ee51ff8aaf02c00261db13a902b6cb6ec [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 {
dynamic x = this;
}
}
static method main() dynamic {}