class UsecaseNine_pl<A> {

  Integer c;
	
	foo1() {
	   a;
	   b;
	   a = b.c;
	   return 1;
	}

}