Update some actions
[lsp-test.git] / test / data / javascriptPass / test.js
1 var x = 1234
2
3 function foo() {
4   console.log("hello world")
5 }