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