Commits

Ben Langmuir committed 163f47eab7b
Complete protocol extension methods inside extension After this change, extension P where WHERE1 { final func foo() {} } extension P where WHERE2 { final func bar() { #^COMPLETE_HERE^# will complete foo() if and only if WHERE2 is complatible with WHERE1. Swift SVN r27480