blob: 8d54f1edc2e1a438c3d0bcf87baaf74acfe34fb7 [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
;