Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 4, 2022
1 parent 93b3596 commit d07dd8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
@@ -1,3 +1,3 @@
class C {
async /* 1 */ * /* 2 */ foo(/* 3 */) /* 4 */ {}
async /* 1 */ * /* 2 */ foo /* 3 */ (/* 4 */) /* 5 */ {}
}
@@ -1,8 +1,10 @@
class C {
async /* 1 */ /* 3 */*
async /* 1 */ /* 4 */*
/* 2 */
foo()
/* 4 */
foo
/* 3 */
()
/* 5 */
{}

}

0 comments on commit d07dd8c

Please sign in to comment.