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