getify opened this issue 6 years ago · 0 comments
function foo(v) { return v; } var x = foo(2); x = "hello"; // error: expected 'int' but found 'string'