blob: 1da773d0bf76054ea155d172307ab1f7b00000f9 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C = self::D with self::E {
synthetic constructor •() self::C
;
}
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
;