mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
class Foo extends A {
|
|
foo = '1';
|
|
static bar = 2;
|
|
|
|
static { }
|
|
method() { }
|
|
async asyncMethod() { }
|
|
} |