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