Commit 90fe1528 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Ref fix

parent 8825c18b
......@@ -246,6 +246,7 @@ private:
// TODO this isn't the exact behavior
BoxedString* name = getInplaceOpName(node->op_type);
AUTO_DECREF(name);
CompilerType* attr_type = left->getattrType(name, true);
if (attr_type == UNDEF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment