diff options
Diffstat (limited to 'it/projects/basedir-with-source/Hello.js')
-rw-r--r-- | it/projects/basedir-with-source/Hello.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/it/projects/basedir-with-source/Hello.js b/it/projects/basedir-with-source/Hello.js new file mode 100644 index 0000000..dffa936 --- /dev/null +++ b/it/projects/basedir-with-source/Hello.js @@ -0,0 +1,4 @@ +function hello() { + let i=356; + if (true) i=5658; +} |