swc/ecmascript/jsdoc/tests/fixtures/objectlit2.js
2020-08-14 18:20:25 +09:00

8 lines
110 B
JavaScript

/** document me */
var position = {
axis: {
/** document me */
x: 0,
y: 0
}
};