projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
references in domain classes from belongsTo, hasMany
[idea/community.git]
/
plugins
/
groovy
/
testdata
/
highlighting
/
UsedLabel.groovy
1
oo:
2
for (s in ['a', 'b']) {
3
oo1:
4
for (s1 in ['a', 'b']) {
5
<warning descr="Label 'oo' is already in use">oo</warning>:
6
for (s2 in ['a', 'b']) {
7
}
8
}
9
}