Skip to content

Commit

Permalink
fixes 161 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Apr 15, 2021
1 parent aa51fb3 commit 575616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/virtualprocess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ function analyze_from_definitions!(interp::JETInterpreter, res::VirtualProcessRe
(i == n ? println : print)(io, "analyzing from top-level definitions ... $succeeded/$n")
end
interp = JETInterpreter(interp, _CONCRETIZED, _TOPLEVELMOD)
mm = first(mms)
analyze_method_signature!(interp, mm.method, mm.spec_types, mm.sparams)
mm = first(mms)::MethodMatch
analyze_method!(interp, mm.method)
append!(res.inference_error_reports, interp.reports)
continue
end
Expand Down

0 comments on commit 575616d

Please sign in to comment.