親ワークフローですでに使用されているラベルを報告します。

例:


def list = ["foo"]
cycle:
for (element in list) {
  cycle: // 紛らわしいラベルの繰り返し
  element.chars().forEach {
  }
}