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

7 lines
273 B
Text
Raw Normal View History

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