-
Technical task
-
Resolution: Fixed
-
P2: Important
-
None
following renaming does not currently work:
Item {
function f(x) {
return x // find usages/ rename x here does not find/rename the parameter usage !!!
}
}