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