class This{
	public This(i){
		i;
	}

	methode(){
		i;
		this.i = 0;
	}
}