I have a C# source file which contains the field declaration
public fixed byte myArray[4];
which Enterprise Architect (12.0.1215) complains about ("Unexpected symbol: [") when I do an import of the source file via Code Engineering > Import Source Directory. Is there something I can do about it (except changing the code which is not a viable)?