Added test for #1236

This commit is contained in:
Lucas Wiener
2016-07-27 16:02:33 +02:00
committed by Richard van Velzen
parent 307b88d6cc
commit 85a09fc3b6
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"use strict";
var foo = function foo(x) {
return "foo " + x;
};
console.log(foo("bar"));
//# sourceMappingURL=simple.js.map