Commits

Jordan Rose committed f54e3570a3b
Preserve the location of the 'in' when doing void-conversion on a closure. This location is used when deciding whether a capture has already been initialized, and without it the compiler decides that the reference to a name from the capture list should be rejected. rdar://problem/19776255&20153574 Swift SVN r26103