Skip to content

Commit d675700

Browse files
committed
test: add async.ts
1 parent 1bb335e commit d675700

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

test/async.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
async function haha() {
2+
}
3+
4+
async function hoho() {
5+
return await haha()
6+
}

test/async.ts.g.js

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)