blob: 08af2f52ceb49abc2051651d614c199b19583664 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends self::A<self::A::T>> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static field self::A<self::A<dynamic>> a;
static method main() dynamic {}