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