mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
``` @protocol DeclarationOnly; @protocol DeclarationOnlyUser<DeclarationOnly> - (void) printIt; @end ``` This should not be neccessary, but the compiler currently accepts cases like the one in the test case added. rdar://101828847