xref: /Universal-ctags/Units/parser-javascript.r/github-issue-1933.d/input.js (revision 50eb52010f3eb90268379beb464bb3c773b2975f)
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