class UsecaseSix{

	umu(Character c){
		x;
		return x;
	}
	
	void foo(bar){
		y;
		y = 5;
		y = this.umu(bar);
	}

}