TypeScript/tests/baselines/reference/contextualTyping39.errors.txt
2014-07-12 17:30:19 -07:00

4 lines
273 B
Plaintext

==== tests/cases/compiler/contextualTyping39.ts (1 errors) ====
var foo = <{ (): number; }> function() { return "err"; };
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!!! Neither type '() => number' nor type '() => string' is assignable to the other.