blob: 93c45da8d5dadfc1d7ffc49dc2cd163df9a2913d [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*>*
: super core::Object::•()
;
}
static field self::A<dynamic>* a;
static method main() dynamic {}