TypeScript/tests/baselines/reference/constraintErrors1.errors.txt

4 lines
168 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/constraintErrors1.ts (1 errors) ====
function foo5<T extends hm>(test: T) { }
~~
!!! Cannot find name 'hm'.