Example: ``` haxe function some () : Array<Int> ``` Should be translated to ``` /** * @return int[] */ function some () ```