=== tests/cases/conformance/es6/computedProperties/computedPropertyNamesDeclarationEmit1_ES5.ts === class C { >C : C ["" + ""]() { } >"" + "" : string get ["" + ""]() { return 0; } >"" + "" : string set ["" + ""](x) { } >"" + "" : string >x : any }