blob: 47e45075c2c7309bef611ac5728dca3132b0e27f [file] [log] [blame]
public interface I {
void f(int a1, int a2);
}