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 413857dae..79e78ca51 100644
--- a/test/bun.js/transpiler.test.js
+++ b/test/bun.js/transpiler.test.js
@@ -96,8 +96,8 @@ class Test {
a;
b;
constructor(a) {
- this.b = a;
this.a = a;
+ this.b = a;
}
}
`.trim(),