blob: b3c6bd01bf194f83ecc4269fdce404adf6cf8519 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
@self::a
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 = null;
static method main() dynamic
;