1415

’<Name>’ (<Number>): \ The literal ‘<Number>’ is assigned to more than one enumeration

In the declaration of enumeration <Name> the same number is assigned to more than one enumeration components (e.g. TYPE aenum (a:=1, b:=1); END_TYPE).