blob: 74b0a1f05466a72058389c1a89dffd343b15701c [file] [log] [blame]
//cannot change type of i to Certificate (there are 2 Certificates)
package p;
class A{
int m(int i){
return 1;
}
}