12 lines
139 B
JavaScript

var test = {
/**
* Before bracket init
*/
["a"]: "1",
[( /*
* Inside bracket init
*/
"b"
)]: "2"
}, ok = 42;