blob: 7ab01f309b830975f0745ca150a16d2a1f85381c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Base extends core::Object {
synthetic constructor •() self::Base
;
}
class Mixin extends core::Object {
synthetic constructor •() self::Mixin
;
method foo() dynamic
;
}
abstract class _Sub&Base&Mixin = self::Base with self::Mixin {
}
class Sub extends self::_Sub&Base&Mixin {
synthetic constructor •() self::Sub
;
}
static method main() dynamic
;