class T {
	function constructor() {
		this.constructor(1);
	}
	function constructor(i : number) {
	}
}
