Point at duplicated dot in method access #65015
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following incorrect code
has a typo where two dots where written where one for method access was meant. It is not made clear enough in the output due to complaining about finding
Range
but not pointing at the two dots that caused the range to be there.The text was updated successfully, but these errors were encountered: