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