blob: 39152fe92998ec72ab0460a56f5468831571fd1d [file] [log] [blame]
mixin Mixin {
var field;
}
class A extends Object with Mixin, Mixin {}