aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index f9e832996e..56c9425a29 100644
--- a/parse.y
+++ b/parse.y
@@ -4682,6 +4682,7 @@ kwrest_mark : tPOW
f_kwrest : kwrest_mark tIDENTIFIER
{
+ shadowing_lvar(get_id($2));
$$ = $2;
}
;