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

3 lines
50 B
TypeScript

abstract class A {
abstract constructor() {}
}