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

9 lines
303 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should go to object literals within cast expressions when invoked on interface
//// interface Fo/*interface_definition*/o { hello: () => void }
////
//// var x = <Foo> [|{ hello: () => {} }|];
verify.allRangesAppearInImplementationList("interface_definition");