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