Commits

Jordan Rose committed 2836c474ece
[Accessibility] Public enum cases cannot have private payloads. ...because you can't match them properly in switches. In the future, we could consider allowing private enum cases in a resilient public enum, which essentially forces the user to consider the default case. Swift SVN r19620