TypeScript/tests/cases/fourslash/renameParameterPropertyDeclaration5.ts
2019-06-13 12:41:21 -07:00

10 lines
291 B
TypeScript

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