blob: a8e1b17e1a17e7237d668a35e8fc3c0fc9ba4466 [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
;