Closed
Description
See #32799 (comment).
Before:
julia> Any[1.0f0, 1.0]
2-element Array{Any,1}:
1.0f0
1.0
after:
julia> Any[1.0f0, 1.0]
2-element Array{Any,1}:
1.0
1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment