You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control clicking on y (a forward reference) in the first line gives the error "Cannot find declaration to go to". (In contrast, control clicking on x in the second line jumps to the definition on the first line, as expected.)
let x () = y ()
and y () = x ()
The text was updated successfully, but these errors were encountered:
plugin version: 0.123.-2003.1
Description
Control clicking on
y
(a forward reference) in the first line gives the error "Cannot find declaration to go to". (In contrast, control clicking onx
in the second line jumps to the definition on the first line, as expected.)The text was updated successfully, but these errors were encountered: