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