DEBSOURCES
Skip Quicknav
sources / node-escodegen / 2.0.0%2Bdfsg%2B~0.0.7-2 / test / comment / object_comments.js
123456789101112
var test = { /** * Test 2 */ a:'1', /* * Test 1 */ b:'2', // Test 3 c:'3' };