Commits

Jordan Rose committed 1fe8630bcdc
Accept (and prefer) "import type" as a scoped import for any non-protocol type. Previously this was spelled "import typealias", and that spelling will continue to be allowed (since someone may specifically be importing a typealias and want that to match), but now that 'type' is a keyword, "import type" is the right way to spell the generic "import any type" scoped import. Swift SVN r14488