blob: 1f5496282c9c36cca29bd5a1f205f2242db48998 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
@#C1
class C extends self::D implements self::E {
synthetic constructor •() self::C
: super self::D::•()
;
}
class D extends core::Object {
synthetic constructor •() self::D
: super core::Object::•()
;
}
class E extends core::Object {
synthetic constructor •() self::E
: super core::Object::•()
;
}
static const field dynamic a = #C1;
static method main() dynamic {}