TypeScript/tests/cases/fourslash/renameParameterPropertyDeclaration3.ts

11 lines
281 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(protected [|protectedParam|]: number) {
//// let protectedParam = [|protectedParam|];
//// this.[|protectedParam|] += 10;
2015-12-13 00:52:55 +01:00
//// }
//// }
verify.rangesAreRenameLocations();