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