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