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

4 lines
168 B
Plaintext

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