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

24 lines
450 B
TypeScript

/// <reference path='fourslash.ts'/>
////class Foo {
////}
////
////var x = [|class [|{| "contextRangeIndex": 0 |}Foo|] {
//// doIt() {
//// return [|Foo|];
//// }
////
//// static doItStatically() {
//// return [|Foo|].y;
//// }
////}|]
////
////var y = class {
//// getSomeName() {
//// return Foo
//// }
////}
////var z = class Foo {}
verify.rangesWithSameTextAreRenameLocations("Foo");