TypeScript/tests/baselines/reference/constraintErrors1.errors.txt
2014-09-11 16:11:08 -07:00

4 lines
182 B
Plaintext

==== tests/cases/compiler/constraintErrors1.ts (1 errors) ====
function foo5<T extends hm>(test: T) { }
~~
!!! error TS2304: Cannot find name 'hm'.