aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr259279/GenericService.java
blob: 6fdd7a4fdc06dc7dc5276ec44836c0b48a8441fe (plain)
1
2
3
4
public interface GenericService<T extends SomeInterface> {
       public void doStuff(T t);
}