blob: cc9040b6d108dce345059d5746307116bb7a76be [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Hest<TypeX extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
class Fisk<TypeY extends self::Hest<self::Hest<core::Object>> = dynamic> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}