TypeScript/tests/cases/fourslash/goToImplementationLocal_02.ts
2016-09-13 17:33:49 -07:00

8 lines
182 B
TypeScript

/// <reference path='fourslash.ts'/>
//// const x = { [|hello: () => {}|] };
////
//// x.he/*function_call*/llo();
////
verify.allRangesAppearInImplementationList("function_call");