parameter names treated as variables

Worker

Member³
In the following code:

Code:
declare
 xyz number;
begin
 foo( xyz=>xyz );
end;
clicking on "xyz" also highlights the parameter name for the function foo(). What is worse, is that when using the "Rename item" functionality, this parameter name gets changed too.
(v7.0.0.1050)
 
Back
Top