Massive refs crash
The following crashes the decompiler:
local mult1, mult2
mult1 = 123
if mult1 then
mult1.abc = f(mult1)
end
The following crashes the decompiler:
local mult1, mult2
mult1 = 123
if mult1 then
mult1.abc = f(mult1)
end