TypeScript/tests/cases/compiler/constraintErrors1.ts

1 line
40 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
function foo5<T extends hm>(test: T) { }