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

10 lines
234 B
TypeScript

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