Repro: ```dart enum E { v } E e = const E.v; // const_with_undefined_constructor ``` The above triggers `const_with_undefined_constructor` on `v`. We could add a `Remove 'const'` quick-fix for this case.