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

5 lines
57 B
TypeScript

class abstract {
foo() { return 1; }
}
new abstract;