Closed
Description
openedon Apr 7, 2018
function f()
try
return 5
finally
end
end
Base.Test.@inferred f()
Works on v0.5 and v0.6 but fails on v0.7 with:
ERROR: return type Int64 does not match inferred return type Union{Nothing, Int64}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment