aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/bun.js/transpiler.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/transpiler.test.js b/test/bun.js/transpiler.test.js
index 79e78ca51..0e51970cb 100644
--- a/test/bun.js/transpiler.test.js
+++ b/test/bun.js/transpiler.test.js
@@ -118,8 +118,8 @@ class Test extends Bar {
b;
constructor(a) {
super();
- this.b = a;
this.a = a;
+ this.b = a;
}
}
`.trim(),