PR# 19620 Call on local variable not clickable in editor

Problem Report Summary
Submitter: gobobe
Category: EiffelStudio
Priority: Medium
Date: 2020/03/11
Class: Bug
Severity: Non-critical
Number: 19620
Release: 19.12.10.3842
Confidential: No
Status: Open
Responsible:
Environment: win
Synopsis: Call on local variable not clickable in editor

Description
In the following code, the first `to_lower` (when the target is a local variable) is not clickable. The second `to_lower` is clickable.
Same problem with auto-completion.

~~~~~~~~~~~~~~~~
	f
		local
			s1: STRING
		do
			s1 := "gobo"
			s1.to_lower
			s2.to_lower
		end

	s2: STRING
		do
			Result := "gobo"
		end
~~~~~~~~~~~~~~~~

--
Eric Bezault
To Reproduce

										
Problem Report Interactions