Commits

Chris Lattner committed ce9b0131a15
Change the testsuite to not use typed patterns in nested contexts, which requires pushing the types out. The only interesting one is this diff: - var (e,f,g:(),h) = MRV() + var (e,f,g,h) : (Int, Float, (), Double) = MRV() ... where the type annotation is required to silence the warning about "void type may be unexpected". This seems perfectly reasonable to me. Swift SVN r26161