blob: 4b04cb0f63ff8fcde3cca00bb136f564162627aa [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 {
synthetic constructor •() self::_Sub&Base&Mixin
: super self::Base::•()
;
}
class Sub extends self::_Sub&Base&Mixin {
synthetic constructor •() self::Sub
;
}
static method main() dynamic
;