[
https://issues.apache.org/jira/browse/GROOVY-11145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-11145.
------------------------------
> add a join() method for Iterable/List
> -------------------------------------
>
> Key: GROOVY-11145
> URL: https://issues.apache.org/jira/browse/GROOVY-11145
> Project: Groovy
> Issue Type: Improvement
> Components: Static compilation, Static Type Checker
> Affects Versions: 2.5.12, 3.0.9, 4.0.13
> Reporter: Jochen Theodorou
> Assignee: Eric Milles
> Priority: Minor
> Fix For: 5.0.0-alpha-1
>
>
> {code:Java}
> @groovy.transform.CompileStatic
> def m() {
> ["a", "b"].join()
> }
> assert m() == "ab"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)