summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr211146/GenericsLost2Dep.java
blob: 71b194a68210801a41a4e3e5d594a541041a6d59 (plain)
1
2
3
4
5
6
7
8
import java.util.*;
import java.lang.reflect.*;

public class GenericsLost2Dep {
	public static void main(String[] args) {
		new GenericsLost2().getStrings().add("abc");
	}
}