repo.or.cz
/
fedora-idea.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IDEADEV-25972
[fedora-idea.git]
/
testData
/
refactoring
/
inlineLocal
/
IDEADEV12244.java.after
blob
4a21f20b4c10f3b32fab8b24c69d9189bc248189
1
import java.util.*;
2
3
class IDEADEV12244 {
4
{
5
TreeMap<String, Set<Integer>> map = new TreeMap<String, Set<Integer>>();
6
map.put("foo", Collections.<Integer>emptySet());
7
}
8
}