import java.util.*;

public class Test2 extends Test {
  Set<Double> doubSet;


  public Set<Double> foo() {
    return doubSet;
  }
}