blob: 00728f8c47698c57ac000bd5801d11b13f6a9a79 [file] [log] [blame]
var test = {
/**
* Before bracket init
*/
['a']:'1',
[/*
* Inside bracket init
*/
'b']:'2'
}, ok = 42;