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

11 lines
307 B
TypeScript

/// <reference path="../fourslash.ts" />
///////<reference path="./Bar.ts" />
////[|function [|{| "contextRangeIndex": 0 |}Bar|]() {
//// // This is a reference to Bar in a comment.
//// "this is a reference to Bar in a string"
////}|]
verify.rangesWithSameTextAreRenameLocations("Bar");