Closed Reedbeta closed 4 years ago
We have some code that defines structs using a old-fashioned C-style 'typedef struct' pattern, like:
typedef struct { // blah blah } MyStruct;
This causes live-error squiggles to appear over the definition of the struct with the message "Redefinition of '<anonymous struct>'."
We have some code that defines structs using a old-fashioned C-style 'typedef struct' pattern, like:
This causes live-error squiggles to appear over the definition of the struct with the message "Redefinition of '<anonymous struct>'."