Commits

Joe Groff committed 11f03cd8b5f
Sema: Don't try bridged classes as default literal types. One last bit of SE-0072. We shouldn't fall back to bridged classes in the absence of type context for literals anymore. By itself, this kind of hoses the use of literals with NS types, but I think we can get most of the QoI back with overlay changes I plan to propose following this.