blob: b2e548c542127cd2b14b5bdd2881ffa6e4eb5fdd [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C<X extends core::num, Y extends (self::C::X) void> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static field self::C<dynamic, dynamic> c;
static method main() dynamic {}