]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - spec/fixtures/test.git/world.es6
2d1b9966feb19d665a9e5bb6a5bde410203a68f7
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / world.es6
1 function HelloWorld(name)
2 {
3 if (foo) foo++;
4 alert(name);
5 }