Actions
Bug #146
closedMethod Extract: Changing to function does put return type in invocation
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/31/2019
Due date:
% Done:
0%
Estimated time:
Description
When extracting code to a function that ended as "function boolean var1 string var2 integer var3 integer var4 returns number" in the function declaration then on the invocation line it had
get myfunction var1 var2 var3 var4 number to FIXME"
Of course it should not have "number" in there.
Actions