Skip to content

Add regression test for type variable collision across interfaces#36900

Open
pavanB247 wants to merge 1 commit into
spring-projects:7.0.xfrom
pavanB247:fix-generic-typevar-collision
Open

Add regression test for type variable collision across interfaces#36900
pavanB247 wants to merge 1 commit into
spring-projects:7.0.xfrom
pavanB247:fix-generic-typevar-collision

Conversation

@pavanB247

Copy link
Copy Markdown

This commit adds a regression test for a type variable collision scenario across multiple interfaces.

The test verifies generic type resolution when multiple interfaces declare type variables with the same name and are implemented by the same class.

The added test ensures that GenericTypeResolver.resolveType(...) continues to resolve the expected type in this scenario.

Signed-off-by: pavanB247 <135733563+pavanB247@users.noreply.github.com>
@pavanB247 pavanB247 force-pushed the fix-generic-typevar-collision branch from ad05c7a to 043c3f3 Compare June 11, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged or decided on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants