We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This fails to compile
enum Foo { case Bar private case Bat }
-- [E039] Syntax Error: <console>:3:2 ------------------------------------------ 3 | private case Bat | ^^^^^^^ | ';' expected, but 'private' found
It can be reproduced with any modifier.