blob: a8ac55cf17f2e6700fd2f1311fa56cbbbf9276bc [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
;