Commits

Doug Gregor committed 8681e0abf90
Open operators in protocols with their interface types. Rather than jumping through special hoops to deal with operators in protocols, just open those methods via their interface types (which are generic function types). This eliminates a number of special cases for protocol methods. Swift SVN r9626