mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
96 KiB
96 KiB