Commits

Jordan Rose committed 5e53c3afb65
Allow IBOutlet to appear on properties of array type. ...if the element type is an ObjC class or protocol type. This currently only works if the element type is AnyObject; that restriction will be lifted (on all @objc methods) once array bridging is fully in place. <rdar://problem/15607154> Swift SVN r17574