Paul King created GROOVY-11659:
----------------------------------
Summary: assign range to primitive array
Key: GROOVY-11659
URL: https://issues.apache.org/jira/browse/GROOVY-11659
Project: Groovy
Issue Type: Improvement
Reporter: Paul King
We currently allow this with type checking:
{code:groovy}
Integer[] nums = 1..10
{code}
But not these:
{code:groovy}
int[] nums = 1..10
long[] bigNums = 1..10
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
