mirror of https://github.com/tc39/test262.git
remove duplicate semicolon
This commit is contained in:
parent
7a1eed0134
commit
239951c75f
|
@ -8,4 +8,4 @@ template: redeclare
|
|||
---*/
|
||||
|
||||
//- body
|
||||
class f {};
|
||||
class f {}
|
||||
|
|
|
@ -8,4 +8,4 @@ template: redeclare
|
|||
---*/
|
||||
|
||||
//- body
|
||||
const f = 0;
|
||||
const f = 0
|
||||
|
|
|
@ -8,4 +8,4 @@ template: redeclare
|
|||
---*/
|
||||
|
||||
//- body
|
||||
let f;
|
||||
let f
|
||||
|
|
|
@ -8,4 +8,4 @@ template: redeclare-allow-var
|
|||
---*/
|
||||
|
||||
//- body
|
||||
var f;
|
||||
var f
|
||||
|
|
Loading…
Reference in New Issue