Skip to content

Conversation

@xedin
Copy link
Contributor

@xedin xedin commented Aug 28, 2023

…tructor locator

If type is explicitly specialized i.e. A<Int> in certain cases its TypeExpr
or OverloadedDeclRefExpr (if type name is ambiguous) would be wrapped
in UnresolvedSpecializeExpr which has to be looked through when simplifying
constructor member so the anchor could point to the underlying type reference.

Resolves: #67799
Resolves: rdar://113577294

…tructor locator If type is explicitly specialized i.e. `A<Int>` in certain cases its `TypeExpr` or `OverloadedDeclRefExpr` (if type name is ambiguous) would be wrapped in `UnresolvedSpecializeExpr` which has to be looked through when simplifying `constructor member` so the anchor could point to the underlying type reference. Resolves: swiftlang#67799 Resolves: rdar://113577294
@xedin xedin requested a review from hborla as a code owner August 28, 2023 18:27
@xedin
Copy link
Contributor Author

xedin commented Aug 28, 2023

@swift-ci please test

@xedin xedin merged commit 52c732f into swiftlang:main Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants