Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 275 Bytes

File metadata and controls

9 lines (5 loc) · 275 Bytes

Iec051 - Structures must not have Any or Pointer fields

Severity: Error Error

Checks structs with the attributes [Structure], reports a diagnostic for each field that is of type Any or a pointer type.

Solution

Change the field type.