Commits

Doug Gregor committed 5f4bea74e15
Open existential uses of dynamic-Self methods and initializers in the constraint solver. Previously, we were only opening the existentials as part of constraint application, which involved some ugly, redundant code. This should be NFC because it's just moving the existential opening operation earlier, but it's a step toward opening up all existential references. Swift SVN r27190