Re: [PR] GROOVY-11683: STC: transfer generics to extension method return types [groovy]

2025-06-13 Thread via GitHub
daniellansun commented on PR #2253: URL: https://github.com/apache/groovy/pull/2253#issuecomment-2972012384 Merged. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] GROOVY-11683: STC: transfer generics to extension method return types [groovy]

2025-06-13 Thread via GitHub
daniellansun merged PR #2253: URL: https://github.com/apache/groovy/pull/2253 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11683: STC: transfer generics to extension method return types [groovy]

2025-06-13 Thread via GitHub
Copilot commented on code in PR #2253: URL: https://github.com/apache/groovy/pull/2253#discussion_r2146303223 ## src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java: ## @@ -2685,7 +2685,8 @@ && isStringType(getType(nameExpr))) {