swc/crates/swc_ecma_parser/tests/tsc/classExpression5.ts

5 lines
60 B
TypeScript

new class {
hi() {
return "Hi!";
}
}().hi();