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