mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
class Foo extends A {
|
|
foo = '1';
|
|
static bar = 2;
|
|
|
|
method() { }
|
|
async asyncMethod() { }
|
|
} |