TypeScript/tests/cases/fourslash/renameJsThisProperty05.ts
2017-03-01 08:45:41 -08:00

15 lines
264 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: a.js
////class C {
//// constructor(y) {
//// this.x = y;
//// }
////}
////C.prototype.[|z|] = 1;
////var t = new C(12);
////t.[|z|] = 11;
verify.rangesAreRenameLocations();