blob: ded75c430976c5cb6d391476af9f03a205b78d68 [file] [log] [blame]
//not on interfaces
package p;
interface A{
void m(/*[*/int i/*]*/, int j);
}