documentation/test/fixture/string-literal-key.input.js
2016-08-18 16:59:56 -04:00

12 lines
112 B
JavaScript

/**
* @alias MyContainerObject
*/
const obj = {
/**
* The foo property
*/
'foo': {
bar: 0
}
}