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