Community
Participate
Working Groups
function foo(a){//<void fn(Array) } function bar(){ foo(arguments); // get error here about converting Arguments to Array }
Updated type check util to allow Arguments to Array conversion.