blob: da4078c3e322e52411f006d055c7ba24ada6ed74 [file] [log] [blame]
public interface Intf<T> {
void method1(T t);
}