报告已在父工作流中使用的标签。

示例:


def list = ["foo"]
cycle:
for (element in list) {
  cycle: // 令人困惑的标签重复
  element.chars().forEach {
  }
}