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

4 lines
69 B
TypeScript

// @target:es6
export default class {
static z: string = "Foo";
}