blob: b95be16dd43bd74b71986d8d49321cc6b4fb0f40 [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>
;
}
static field self::A<self::A<dynamic>> a;
static method main() dynamic
;