TypeScript/tests/cases/compiler/genericArrayPropertyAssignment.ts

8 lines
96 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
function isEmpty(list: {length:number;})
{
return list.length ===0;
}
isEmpty([]); // error