Skip to content

SwiftExtract: Implement lookForGenericParameters logic#803

Merged
ktoso merged 1 commit into
swiftlang:mainfrom
ktoso:wip-extensions-generic-type-lookup
Jun 24, 2026
Merged

SwiftExtract: Implement lookForGenericParameters logic#803
ktoso merged 1 commit into
swiftlang:mainfrom
ktoso:wip-extensions-generic-type-lookup

Conversation

@ktoso

@ktoso ktoso commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

This allows us getting generic parameter names from extensions, including unconstrained extensions.

This way we can get Box's T when we're in an extension Box

@ktoso ktoso force-pushed the wip-extensions-generic-type-lookup branch from 5ed1498 to 58d887a Compare June 24, 2026 04:11
This allows us getting generic parameter names from extensions,
including unconstrained extensions.

This way we can get Box<T>'s T when we're in an `extension Box`
@ktoso ktoso force-pushed the wip-extensions-generic-type-lookup branch from 58d887a to 807fdff Compare June 24, 2026 04:12
@ktoso ktoso merged commit 0504ac3 into swiftlang:main Jun 24, 2026
41 of 42 checks passed
@ktoso ktoso deleted the wip-extensions-generic-type-lookup branch June 24, 2026 06:08
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.

1 participant