TypeScript/tests/cases/fourslash/renameJsThisProperty01.ts

12 lines
215 B
TypeScript
Raw Normal View History

2016-01-27 22:26:41 +01:00
/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: a.js
////function bar() {
//// this.[|x|] = 10;
////}
////var t = new bar();
////t.[|x|] = 11;
2016-01-27 22:26:41 +01:00
verify.rangesAreRenameLocations();