fix comments test in property name shorthand
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const A = 'a';
|
||||
const o = {
|
||||
"use strict";
|
||||
|
||||
var A = "a";
|
||||
var o = {
|
||||
A: A // comment
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user