mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
import java.util.*;
|
|
|
|
class IDEADEV12244 {
|
|
{
|
|
TreeMap<String, Set<Integer>> map = new TreeMap<String, Set<Integer>>();
|
|
map.put("foo", Collections.<Integer>emptySet());
|
|
}
|
|
} |