TypeScript/tests/cases/fourslash/renameCommentsAndStrings4.ts

11 lines
322 B
TypeScript
Raw Normal View History

2014-10-04 00:59:20 +02:00
/// <reference path="fourslash.ts" />
///////<reference path="./Bar.ts" />
////function /**/[|Bar|]() {
//// // This is a reference to [|Bar|] in a comment.
//// "this is a reference to [|Bar|] in a string"
////}
goTo.marker();
verify.renameLocations(/*findInStrings:*/ true, /*findInComments:*/ true);