mojo icon indicating copy to clipboard operation
mojo copied to clipboard

[BUG]: Go to definition/reference doesn't work for `inout` arguments

Open soraros opened this issue 11 months ago • 2 comments

Bug description

As title.

Steps to reproduce

fn f(inout total: Int):
  total = 0  # cmd click on `total` doesn't work

System information

Mojo 24.1 on Docker, Intel Mac

soraros avatar Mar 06 '24 12:03 soraros

Thanks for the report, we'll take a look!

River707 avatar Mar 28 '24 03:03 River707

Should have a fix for this out by the next release!

River707 avatar Apr 01 '24 22:04 River707