blob: b61ed26fb2ae84c06784f18c9705b92baeaced08 [file] [log] [blame]
/**
* println([10, 20].collect {it * 2}.max())
*/
------
/**
* println([10, 20].collect {it * 2}.max())
*/