Commits

Dave Abrahams committed cc1ee51cc5d
[stdlib] Make new Reverse*Collection not drop laziness We used to be only propagating laziness through reverse collections when the base collection was a LazyCollection<T>, rather than all LazyCollectionType's. Also updated the flatten tests to check for the same issue. Swift SVN r30367