Daniel Sun created GROOVY-11703:
---
Summary: Failed to access `this` of interface
Key: GROOVY-11703
URL: https://issues.apache.org/jira/browse/GROOVY-11703
Project: Groovy
Issue Type: Bug
Aff
[
https://issues.apache.org/jira/browse/GROOVY-11703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun updated GROOVY-11703:
Component/s: Static Type Checker
> Failed to access `this` of interface
> ---
daniellansun commented on PR #2156:
URL: https://github.com/apache/groovy/pull/2156#issuecomment-2993623522
As most users like the improvement, I'll merge the PR soon.
https://lists.apache.org/thread/pm35433ghyglk03dmlvn3z4o72qd7ynf
--
This is an automated message from the A
[
https://issues.apache.org/jira/browse/GROOVY-11513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun resolved GROOVY-11513.
-
Fix Version/s: 5.0.0-beta-2
Resolution: Fixed
> java.time.* should be imported automatic
daniellansun merged PR #2156:
URL: https://github.com/apache/groovy/pull/2156
--
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...@
Copilot commented on code in PR #2156:
URL: https://github.com/apache/groovy/pull/2156#discussion_r2160059938
##
src/main/java/org/codehaus/groovy/control/ResolveVisitor.java:
##
@@ -95,9 +95,9 @@
*/
public class ResolveVisitor extends ClassCodeExpressionTransformer {
//