diff options
author | Jiavan <jiavan.com@gmail.com> | 2018-06-01 16:47:11 +0800 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2018-06-01 16:47:11 +0800 |
commit | b39043f3ab0061f2db91514dbb69e85a49a99997 (patch) | |
tree | 5ab5756a1e6aa9a54c7912258739e6247439d997 /test/input | |
parent | caf96acb08ad8113f03299a939b4a45ef44ffa42 (diff) | |
download | tracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.tar.gz tracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.zip |
re-introduce `enclose` (#3163)
fixes #2443
Diffstat (limited to 'test/input')
-rw-r--r-- | test/input/enclose/input.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/input/enclose/input.js b/test/input/enclose/input.js new file mode 100644 index 00000000..5f53997b --- /dev/null +++ b/test/input/enclose/input.js @@ -0,0 +1,4 @@ +function enclose() { + console.log("test enclose"); +} +enclose(); |