blob: 2290cce37ae75485af04ffcd253c3054489f20fe [file] [log] [blame]
library /*isNonNullableByDefault*/;
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::•()
;
}