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

3 lines
34 B
TypeScript

function foo() {
class C { }
}