blob: 10079c6e01d7fc7ed93a049fdffeefaa57239177 [file] [log] [blame]
//rename to: j
package p;
class A{
void m(int i){
i++;
}
}