Description
When creating scripts, there's a function with same name created inside it.
When renaming script, if it contains function with same name, it's renamed but only if there's no space between round and curly brackets.
So this would get renamed:
function Script1(){
but this won't:
function Script1() {
(space is after ())
Steps To Reproduce
- Create script
- Add space between
() and {
- Rename script
You can also try to rename (F2-key) scripts inside example project to see it.
7e94f998-a664-4ecf-b2ea-4e404faa9761