blob: 1d3307614f7b587a0f55081840b2d2e62eff184c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
base class A extends core::Object {
synthetic constructor •() self::A
;
}
abstract base class B extends core::Object {
synthetic constructor •() self::B
;
}
abstract base class M extends core::Object /*isMixinDeclaration*/ {
}
base class C = core::Object with self::M /*hasConstConstructor*/ {
const synthetic constructor •() self::C
: super core::Object::•()
;
}