Fixes #155
@ -1495,10 +1495,6 @@
case "SpreadElement":
break;
case "ParenthesizedExpression":
checkLVal(expr.expression);
default:
raise(expr.start, "Assigning to rvalue");
}
The note is not visible to the blocked user.