Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-5834] Strange API constraint for imported public AnyObject protocols #48404

Closed
DevAndArtist mannequin opened this issue Sep 4, 2017 · 2 comments
Closed

[SR-5834] Strange API constraint for imported public AnyObject protocols #48404

DevAndArtist mannequin opened this issue Sep 4, 2017 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@DevAndArtist
Copy link
Mannequin

DevAndArtist mannequin commented Sep 4, 2017

Previous ID SR-5834
Radar rdar://problem/34274386
Original Reporter @DevAndArtist
Type Bug
Status Resolved
Resolution Done
Environment

Xcode Version 9.0 beta 6 (9M214v)

Additional Detail from JIRA
Votes 0
Component/s Source Tooling
Labels Bug
Assignee None
Priority Medium

md5: 3b39adec178fd00e0250c038dc9865fa

Issue Description:

public protocol A : AnyObject { ... }

When showing the definition of a module in Xcode the API is shown as:

public protocol A :  class, Swift.AnyObject where Self : AnyObject { ... }

1. There are two white spaces after the colon.
2. Expected result:

public protocol A : AnyObject { ... }
@slavapestov
Copy link
Member

#11762

@slavapestov
Copy link
Member

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

1 participant