aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr237419/problem/Generic.java
blob: cc024ead653447c8ea8557875f66704a008cf952 (plain)
1
2
3
4
5
package problem;

public class Generic<T> {

}