//cannot change type of i to Fred - no such type exists
package p;
class A{
	int m(int i){
		return 1;
	}
}
