TypeScript/tests/baselines/reference/constraintErrors1.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
273 B
Plaintext

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