]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/property-lookup.js
Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring
[gnu-emacs-elpa] / packages / context-coloring / test / fixtures / property-lookup.js
1 (function () {
2 window.foo();
3 window. bar();
4 window.foo.bar();
5 }());