Commits

John McCall committed c8f53e35359
Add a MetatypeConversionExpr for doing derived-to-base conversions on metatypes; at runtime it has no effect, since those conversions are always trivial. Fix a number of bugs involving the conversion of metatypes, in both typecheckers. Swift SVN r3055