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

9 lines
162 B
TypeScript

// @allowJs: true
// @checkJs: true
// @declaration: true
// @emitDeclarationOnly: true
// @Filename: privateIdentifierExpando.js
const x = {};
x.#bar.baz = 20;