blob: a19bb69543f74e54c2986b3e95dc451da8b25604 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
@#C1
class C = self::D with 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 {}