Get a new array of the given size

Property definitions

java $ JavaIntArray :: new
	# Get a new array of the given `size`
	new (size: Int) in "Java" `{ return new int[(int)size]; `}
lib/java/collections.nit:53,2--54,59