TypeScript/tests/cases/fourslash/renameJsPrototypeProperty02.ts

12 lines
220 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: a.js
////function bar() {
////}
////bar.prototype.[|x|] = 10;
////var t = new bar();
////t.[|x|] = 11;
verify.rangesAreRenameLocations();