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

3 lines
42 B
TypeScript

abstract class A {
abstract foo() {}
}