Skip to content

Commit

Permalink
roundtrip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Aug 27, 2018
1 parent f31d176 commit a826048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ end
ir = varargs!(m, ir)
argnames!(m, :f, :args)
ir = spliceargs!(m, ir, (Symbol("#self#"), typeof(roundtrip)))
usetyped || (ir = slots!(ir))
update!(m, ir)
return m.code
end
Expand Down

0 comments on commit a826048

Please sign in to comment.