Commits
Dave Abrahams committed fed492b650c
[stdlib] Don't assert on empty NSArrays Empty NSArrays are usually represented by emptyNSSwiftArray, whose element type is irrelevant. So when doing a getObjects:range: on that, presumably the range's length is zero and we shouldn't do any sanity checking w.r.t. the element type. Fixes <rdar://problem/16914909> Assertion failed attempting to append arrays when subclassing Cocoa class Swift SVN r18110