summaryrefslogtreecommitdiff
path: root/tests/ts/foobar/class.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/foobar/class.js')
-rw-r--r--tests/ts/foobar/class.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/foobar/class.js b/tests/ts/foobar/class.js
index e0e1df1b..d278ac94 100644
--- a/tests/ts/foobar/class.js
+++ b/tests/ts/foobar/class.js
@@ -2,4 +2,4 @@
export var class_;
(function (class_) {
class_[class_["arguments_"] = 0] = "arguments_";
-})(class_ || (class_ = {}));
+})(class_ = class_ || (class_ = {}));