fix comments test in property name shorthand

This commit is contained in:
Sebastian McKenzie
2014-12-07 11:46:59 +11:00
parent c1c22ed5f7
commit e17d5bdb13

View File

@@ -1,4 +1,6 @@
const A = 'a';
const o = {
"use strict";
var A = "a";
var o = {
A: A // comment
};