Recursive enum
Closed this issue · 0 comments
bernardnormier commented
The Slice parser should reject recursive enums. It currently accepts them.
For example:
enum Color { Red, White, Blue, Other(replacement: Color) }
Closed this issue · 0 comments
The Slice parser should reject recursive enums. It currently accepts them.
For example:
enum Color { Red, White, Blue, Other(replacement: Color) }