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