blob: 5a8b552cd1c705d2269e607b403152d8d8884481 [file] [log] [blame]
class Class extends Super {
method() {}
static staticMethod() {}
}
class Super {}
mixin Mixin on Super {
method() {}
static staticMethod() {}
}