aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/bugs/lists/case4/LongIdentifiable.java
blob: 37fa7625209afebb539dbc311b3a787694027427 (plain)
1
2
public interface LongIdentifiable extends Identifiable<Long> {
}