summaryrefslogtreecommitdiff
path: root/tests/testdata/run/top_level_await/tla2/a.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/top_level_await/tla2/a.js')
-rw-r--r--tests/testdata/run/top_level_await/tla2/a.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testdata/run/top_level_await/tla2/a.js b/tests/testdata/run/top_level_await/tla2/a.js
new file mode 100644
index 000000000..d07bcb94d
--- /dev/null
+++ b/tests/testdata/run/top_level_await/tla2/a.js
@@ -0,0 +1,5 @@
+export default class Foo {
+ constructor(message) {
+ this.message = message;
+ }
+}