Reports labels already used in parent workflow.

Example:


def list = ["foo"]
cycle:
for (element in list) {
  cycle: // confusing label repeat
  element.chars().forEach {
  }
}