blob: 2fa4e02e682368c282ed30fb2a0e296d820fa1b5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef SAlias = self::S;
typedef MAlias = self::M;
class S extends core::Object {
synthetic constructor •() self::S
;
}
class M extends core::Object {
synthetic constructor •() self::M
;
}
class C = self::S with self::M {
synthetic constructor •() self::C
: super self::S::•()
;
}
static method main() dynamic
;