TypeScript/tests/cases/fourslash/renameParameterPropertyDeclaration3.ts
2017-01-18 13:55:31 -08:00

11 lines
281 B
TypeScript

/// <reference path='fourslash.ts'/>
//// class Foo {
//// constructor(protected [|protectedParam|]: number) {
//// let protectedParam = [|protectedParam|];
//// this.[|protectedParam|] += 10;
//// }
//// }
verify.rangesAreRenameLocations();