]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blame - spec/fixtures/test.git/world.es6
use xenial on ci
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / world.es6
CommitLineData
e96fd240
MD
1function HelloWorld(name)
2{
3 if (foo) foo++;
4 alert(name);
5}