Commits

Jordan Rose committed 26c1181502a
Fix printing for unions, vars, subscripts, and typealiases. Union cases were still being printed enum-style, and computed vars, subscripts, and typealiases would print their definitions even when the corresponding printing option was disabled. All fixed. Swift SVN r7285