import java.util.*; public class Test1 extends Test { Set<Integer> intsSet; public Set<Integer> foo() { return intsSet; } }