abstract class T {
	abstract var x : number = 0;
}
