TypeScript/tests/cases/compiler/duplicateIdentifierComputedName.ts

5 lines
54 B
TypeScript

class C {
["a"]: string;
["a"]: string;
}