TypeScript/tests/cases/fourslash/goToImplementationInterface_03.ts

9 lines
303 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <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: () => {} }|];
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("interface_definition");