1 2 3 4 5 6 7 8 9 10
import java.util.*; public class Test1 extends Test { Set<Integer> intsSet; public Set<Integer> foo() { return intsSet; } }