blob: 4e98dabc8ffced676194b8776b8242bd7a3d26db [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
base class A extends core::Object {
synthetic constructor •() self::A
: super core::Object::•()
;
}
abstract base class B extends core::Object {
synthetic constructor •() self::B
: super core::Object::•()
;
}
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::•()
;
}