1testobj = { 2 func1: () => { 3 console.log('test1'); 4 }, 5 func2: () => { 6 console.log('test2'); 7 }, 8 func3: x => { 9 console.log(x); 10 } 11}; 12 13// https://github.com/universal-ctags/ctags/issues/1933 14