You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2020/11/11 02:01:04 UTC

[jira] [Closed] (GROOVY-8223) Multiple Return Values @CompileStatic Tuple#<> working

     [ https://issues.apache.org/jira/browse/GROOVY-8223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed GROOVY-8223.
-----------------------------

> Multiple Return Values @CompileStatic Tuple#<> working
> ------------------------------------------------------
>
>                 Key: GROOVY-8223
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8223
>             Project: Groovy
>          Issue Type: New Feature
>          Components: Compiler
>            Reporter: Constance Eustace
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-beta-3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> @COmpileStatic seems to bomb with 2.4 if I have:
> 1) a static util function such as:
>     class blah {
>         static Tuple2<String,Integer> dostuff() { new Tuple2<>("string",55) }
>     }
> 2) invoke via:
> def (String mystr, Integer myint) = dostuff()
> With @CompileStatic, that all bombs.
> Alternatively, tried using getAt overrides, also did not work, but that would lack typing infor necessary for @CompileStatic. But the Tuple2 should have the necessary type info...
> I would think this could be done... I might try to do it, but I'd like to file the issue



--
This message was sent by Atlassian Jira
(v8.3.4#803005)