blob: 357795515b9aaf20b8f2bbd04bdbde1f518b3bb6 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Super extends core::Object {
synthetic constructor •() self::Super
;
}
class Class extends self::Super {
synthetic constructor •() self::Class
;
method method() dynamic
;
static method staticMethod() dynamic
;
}
abstract class Mixin extends self::Super /*isMixinDeclaration*/ {
method method() dynamic
;
static method staticMethod() dynamic
;
}