File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ //-------------------------------------------------------------------------------------------------------
2
+ // Copyright (C) Microsoft. All rights reserved.
3
+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
+ //-------------------------------------------------------------------------------------------------------
5
+
6
+ ( a = ( ) => 1 ) => 2 ;
7
+ ( function ( ) { } ) ( )
8
+ console . log ( 'pass' ) ;
Original file line number Diff line number Diff line change 489
489
<files >bug17785360.js</files >
490
490
</default >
491
491
</test >
492
+ <test >
493
+ <default >
494
+ <files >bug_OS17530048.js</files >
495
+ <tags >exclude_jshost</tags >
496
+ <compile-flags >-force:deferparse -parserstatecache -useparserstatecache</compile-flags >
497
+ </default >
498
+ </test >
492
499
</regress-exe >
You can’t perform that action at this time.
0 commit comments