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-10483] Proto: Class + Class: Proto + default witness causes conformance error #52883

Closed
AnthonyLatsis opened this issue Apr 14, 2019 · 1 comment · Fixed by #59535
Closed
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances

Comments

@AnthonyLatsis
Copy link
Collaborator

Previous ID SR-10483
Radar None
Original Reporter @AnthonyLatsis
Type Bug
Status In Progress
Resolution
Environment

Xcode 10.2

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug
Assignee @AnthonyLatsis
Priority Medium

md5: c46ccac37ead8a2381cdb08fa1486b14

Issue Description:

class A: P {} // error: type 'A' does not conform to protocol 'P'
protocol P: A {
  func foo()
}
extension P {
  func foo() {}
}
@AnthonyLatsis
Copy link
Collaborator Author

#24035

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added the conformances Feature → protocol: protocol conformances label Jun 11, 2022
AnthonyLatsis added a commit to AnthonyLatsis/swift that referenced this issue Jun 17, 2022
AnthonyLatsis added a commit to AnthonyLatsis/swift that referenced this issue Jun 22, 2022
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. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant