Merge pull request #37 from alanz/haskell-lsp-0.13
[lsp-test.git] / test / data / javascriptPass / test.js
1 var x = 1234
2
3 function foo() {
4   console.log("hello world")
5 }