import java.util.*; class IDEADEV12244 { { TreeMap> map = new TreeMap>(); Set set = Collections.emptySet(); map.put("foo", set); } }