mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
9 lines
77 B
JavaScript
9 lines
77 B
JavaScript
class C {
|
|
async
|
|
async
|
|
foo() {}
|
|
static
|
|
static
|
|
static
|
|
bar() {}
|
|
}
|