Commits

Doug Gregor committed 95ebc6b5964
Eliminate the use of the T(x) syntax as type coercion. Long ago we decided to eliminate the use of this syntax for type coercion, but we didn't have a good replacement (now we do: x as T) and the type checker used this ability to handle string interpolation. Switch string interpolation over to disjunction constraints. Swift SVN r10789