class ForTest{
	void method(){
		for(Integer i = 0; i < 10 ; i = i + 1){
		
		}
	}
}