Compiler: Warn about case values that are not enumerable. Constant objects and the like are not a good idea to have in case statements, since their ordering will depend on (among other things) compilation order, which means that they will currently likely break for dumped programs.