blob: ae55cb30039182d10c3408c22e9c32b5539d1f50 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Typed<T extends core::Object = dynamic> extends core::Object {
field invalid-type v = null;
synthetic constructor •() self::Typed<self::Typed::T>
: super core::Object::•()
;
}
static method main() dynamic {}