mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
20 lines
250 B
HTML
20 lines
250 B
HTML
<html>
|
|
<body>
|
|
Reports labels already used in parent workflow.
|
|
<p><b>Example:</b></p>
|
|
<pre>
|
|
<code>
|
|
def list = ["foo"]
|
|
cycle:
|
|
for (element in list) {
|
|
cycle: // confusing label repeat
|
|
element.chars().forEach {
|
|
}
|
|
}
|
|
</code>
|
|
</pre>
|
|
|
|
|
|
</body>
|
|
</html>
|