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

12 lines
No EOL
274 B
TypeScript

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