Skip to content

Conversation

@till0xff
Copy link
Contributor

No description provided.

("B", "protocol Foo { var b: Int { get } }"),
("C", "import A; import B; protocol Foo: A.Foo, B.Foo { var c: Int { get } }"))

expect(types.last?.allVariables.map(\.name).sorted()).to(equal(["a", "b", "c"]))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without fix

ComposerSpec.swift:2460: failed - expected to equal <[a, b, c]>, got <[b, c]>

@till0xff till0xff force-pushed the fix-protocol-inheritance branch from dd72a95 to d37c700 Compare November 12, 2024 08:12
@krzysztofzablocki krzysztofzablocki merged commit b851897 into krzysztofzablocki:master Nov 21, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants