diff options
author | 2023-01-20 04:12:03 -0800 | |
---|---|---|
committer | 2023-01-20 04:12:03 -0800 | |
commit | ff6fb587f6c253c7bc849071ace593a473da5370 (patch) | |
tree | ea2d2a783f4e66a67986e20d9fa77b36b61bae1a | |
parent | e361ed44514b1bfd7bd0b8e31b5e39aaf9d88b2e (diff) | |
download | bun-ff6fb587f6c253c7bc849071ace593a473da5370.tar.gz bun-ff6fb587f6c253c7bc849071ace593a473da5370.tar.zst bun-ff6fb587f6c253c7bc849071ace593a473da5370.zip |
Update transpiler.test.jsbun-v0.5.1
-rw-r--r-- | test/bun.js/transpiler.test.js | 2 |
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(), |