Fix chained field expressions losing lvalue-ness. (bug 6298)

This commit is contained in:
David Anderson
2015-01-31 22:12:58 -08:00
parent aa27b10232
commit ea3f491a8e
+1
View File
@@ -2334,6 +2334,7 @@ restart:
implicitthis = &thisval;
break;
case FER_Accessor:
lvalue = TRUE;
goto restart;
default:
assert(false);