blob: 786971fe0c1fa44ff40e7185dcc5ec0fe8b0063b [file] [log] [blame]
//cannot rename to i, i
package test0259;
public class Test {
int m(){
int i, /*[*/int j/*]*/;
return 0;
}
}