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
"missing" should appear in the structure panel. Perhaps the parser is confused?
Description
let foo s =
while true do
(* "missing" shows in the Structure panel
if you remove the next 2 lines *)
match x with
| _ -> ()
done
let missing () = Printf.printf "Hi mom!\n"
The text was updated successfully, but these errors were encountered:
plugin version: 0.78.2
"missing" should appear in the structure panel. Perhaps the parser is confused?
Description
The text was updated successfully, but these errors were encountered: