oxc/tasks/coverage/misc/pass/swc-8253.js
magic-akari 8afb81aa34
fix(parser): ASI of async class member (#1214)
Co-authored-by: Boshen <boshenc@gmail.com>
2023-11-10 16:21:51 +00:00

9 lines
77 B
JavaScript

class C {
async
async
foo() {}
static
static
static
bar() {}
}