plugins: change return codes of geany_load_module() and GeanyPluginFuncs::init
[geany-mirror.git] / tests / ctags / js-let.js
bloba5207ef8febd389b84867498d26de05fbad0491c
1 let a = 1;
2 let b = 0;
3 let group = {
4   x:1,
5   y:1,
6   z:1,
7 };
8 let func = function(){}