Commits

Joe Groff committed 2fcacaef719
Propagate ErrorType to callee of apply expr if args have ErrorType. rdar://10157547 This prevents a redundant "ambiguous type" error in an expression like `println(a)` with overloaded `println` undefined `a`, where the unresolved name and call expression both have ErrorType, but the type of the overloaded callee is left unresolved. Swift SVN r3100