TypeScript/tests/cases/fourslash/renameJsPrototypeProperty01.ts
2016-01-28 11:26:32 -08:00

12 lines
No EOL
279 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: a.js
////function bar() {
////}
////bar.prototype.[|x|] = 10;
////var t = new bar();
////t./**/[|x|] = 11;
goTo.marker();
verify.renameLocations( /*findInStrings*/ false, /*findInComments*/ false);