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