mixin M {
	var n : number;
}
class T implements M {
	var n : number;
}
