Commits

Doug Gregor committed b7b8f171b37
Treat a function application A(b) as a coercion of the expression 'b' to the type named by A (when A is in fact a direct reference to a type). If that coercion would fail, then fall back to invoking a constructor. Fixes <rdar://problem/11272190>. Swift SVN r1472