Skip to content

Commit

Permalink
Update base/reflection.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Apr 3, 2024
1 parent 1f373da commit e5cfb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ function code_typed_opaque_closure(@nospecialize(oc::Core.OpaqueClosure), types=
debuginfo::Symbol=:default,
optimize::Bool=true,
_...)
(code, rt) = get_oc_code_rt(oc, types; optimize)
(code, rt) = get_oc_code_rt(oc, types, optimize)
debuginfo === :none && remove_linenums!(code)
return Any[Pair{CodeInfo,Any}(code, rt)]
end
Expand Down

0 comments on commit e5cfb9b

Please sign in to comment.