//cannot change type of i to Certificate (there are 2 Certificates)
package p;
class A{
	int m(int i){
		return 1;
	}
}
