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

5 lines
38 B
TypeScript

//@target: es6
class C {
;
;
}