Does that mean that an empty array comprehension is always Array{Any}?

that array comprehensions are now type-inference-independent. That means 
> that the type of the resulting array only depends on the actual types of 
> values produced, not what the compiler can prove about the expression in 
> advance.
>
 

Reply via email to