Closed
Description
openedon Jan 11, 2023
function foo()
false && @inbounds (1,2,3)[1]
return 1
end
julia> Base.infer_effects(foo)
(!c,+e,+n,+t,+s,+m)
This likely regressed in #48158
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment