projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
type inference for closures in groovy1.8
[idea/community.git]
/
plugins
/
groovy
/
testdata
/
resolve
/
inference
/
typeOfGroupBy
/
A.groovy
1
[1, 2, 3].with {
2
def by = groupBy({2})
3
print b<ref>y
4
}