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