[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2022-07-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17568754#comment-17568754 ] Eric Milles commented on GROOVY-10166: --

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17430115#comment-17430115 ] Eric Milles commented on GROOVY-10166: -- [~lepe] This last case "table.getMap(this)" or

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-12 Thread A. Lepe (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413825#comment-17413825 ] A. Lepe commented on GROOVY-10166: -- Tried with `org.apache.groovy` `4.0.0-beta-1` and it is throwing 1

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-10 Thread A. Lepe (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413102#comment-17413102 ] A. Lepe commented on GROOVY-10166: -- I tried with 3.0.9 and the error persists. > Cannot call

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-09 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412668#comment-17412668 ] Eric Milles commented on GROOVY-10166: -- Did you try changing the type parameter name and compiling

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread A. Lepe (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412259#comment-17412259 ] A. Lepe commented on GROOVY-10166: -- I tried to change the type parameter: {code:java} class Table

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411997#comment-17411997 ] Eric Milles commented on GROOVY-10166: -- Both STC errors are reproduced in this smaller example

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411978#comment-17411978 ] Eric Milles commented on GROOVY-10166: -- You can work around the type confusion in the compiler by