TypeScript/tests/baselines/reference/constraintErrors1.js

7 lines
128 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [constraintErrors1.ts]
function foo5<T extends hm>(test: T) { }
//// [constraintErrors1.js]
function foo5(test) {
}