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

12 lines
353 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should go to function literals that implement the interface within type assertions when invoked on an interface
//// interface Fo/*interface_definition*/o {
//// (a: number): void
//// }
////
//// let bar2 = <Foo> [|function(a) {}|];
////
verify.allRangesAppearInImplementationList("interface_definition");