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

9 lines
109 B
TypeScript

// @target: es5
// @module: esnext
export default class C {
static s = 0;
p = 1;
method() { }
}