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

10 lines
231 B
TypeScript

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