Closed
Description
[Google Issue #1263 : https://code.google.com/p/haxe/issues/detail?id=1263]
by simon.kr...@simn.de, at 03/11/2012, 17:22:28
class Main { static function main() { process(1); // Argument count mismatch } @:generic static function process<T>(t:T):T { return t; } static function process_Int() { } }
The existing process_Int function is not unified with the expected type TFun([Int],Int).
Metadata
Metadata
Assignees
Labels
No labels
Activity