Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 429 Bytes

File metadata and controls

11 lines (6 loc) · 429 Bytes

Iec047 - Arrays must not have fields apart from the Anchor field

Severity: Error Error

Structs with the Attribute [Array] must not have (not const) fields apart from the Anchor field.

Solution

You can also use the provided automatic Code Fix to delete the field declaration. ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Remove the field declaration.