blob: 6f6ad1107b845514c40409d4768e508d53773461 [file] [log] [blame]
package test0250;
import java.util.*;
interface Test {
void m(int i, int j);
}