mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
refactor: remove function syntax boundary from AssignmentTargetType templates
This commit is contained in:
parent
45a913c057
commit
85a54852e6
@ -9,7 +9,4 @@ info: |
|
||||
---*/
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function _() {
|
||||
/*{ assignmenttarget }*/ /*{ operator }*/ /*{ value }*/;
|
||||
}
|
||||
|
||||
/*{ assignmenttarget }*/ /*{ operator }*/ /*{ value }*/;
|
||||
|
@ -12,7 +12,4 @@ info: |
|
||||
---*/
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function _() {
|
||||
(/*{ assignmenttarget }*/) /*{ operator }*/ /*{ value }*/;
|
||||
}
|
||||
|
||||
(/*{ assignmenttarget }*/) /*{ operator }*/ /*{ value }*/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user