fix a +has:in call site

This commit is contained in:
Ted Blackman 2019-01-28 15:30:08 -08:00
parent b75c19e854
commit 141d7ebf6a

View File

@ -12130,7 +12130,7 @@
|= [acc=_map [ty=type k=xkey]]
=/ dest (~(get by refs.tbl) k)
?^ dest (~(put by acc) ty u.dest)
?. (~(has in live.tbl)) acc
?. (~(has in live.tbl) k) acc
(~(put in acc) ty k)
::
:: Rebuild the `xrays` table.