aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr259279/GenericServiceImpl.java
blob: 3b38bb4d31198788f599e3d372f4453ec7838863 (plain)
1
2
3
4
5
public class GenericServiceImpl<T extends SomeInterface> implements
GenericService<T> {
       public void doStuff(T t) {}
}