TypeScript/tests/cases/fourslash/renameParameterPropertyDeclaration2.ts

11 lines
266 B
TypeScript
Raw Normal View History

2015-12-13 00:52:55 +01:00
/// <reference path='fourslash.ts'/>
//// class Foo {
2015-12-17 01:06:55 +01:00
//// constructor(public [|publicParam|]: number) {
//// let publicParam = [|publicParam|];
//// this.[|publicParam|] += 10;
2015-12-13 00:52:55 +01:00
//// }
//// }
verify.rangesAreRenameLocations();