package test; import java.util.HashSet; import java.util.Set; public interface Bar { Set SET = new HashSet() { }; }