blob: 5a4f2dc56e498c84e27478b57d4d6dea61fc2bb8 [file] [edit]
library;
import self as self;
import "dart:core" as core;
abstract class M extends core::Object /*isMixinDeclaration*/ {
final field core::int c;
set c(wildcard core::int _#wc0#formal) → void
;
}
class MA = core::Object with self::M {
synthetic constructor •() self::MA
: super core::Object::•()
;
synthetic mixin-super-stub get c() core::int
return super.{self::M::c};
synthetic mixin-super-stub set c(core::int _#wc0#formal) → void
return super.{self::M::c} = _#wc0#formal;
}
static method hello() void
;