blob: 2c62424076695a207ed8656ecc7a942ab2df166c [file] [log] [blame]
var test = {
/**
* Test 2
*/
a: '1',
/*
* Test 1
*/
b: '2',
// Test 3
c: '3'
};