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
The extensions.iter() expression, it should fail to induce the full type of new_connect, alert that I am making changes to an Iterable when iterating over it, or accept all the code.
Actual Behavior
Instead, the language server makes a prediction for the iter method when I type extensions. (which indicates that it guesses the type correctly), but after I accept the auto-completion, it alerts on iter that "Type _/0 has no method iter." The case for members is the same.
Checklist
(Optional) My case is minimal enough to be reproducible.
The text was updated successfully, but these errors were encountered:
Bug Report
Environment
OS
Operating System: Windows
MoonBit CLI Tools Version
Steps to Reproduce
Expected Behavior
The
extensions.iter()
expression, it should fail to induce the full type ofnew_connect
, alert that I am making changes to an Iterable when iterating over it, or accept all the code.Actual Behavior
Instead, the language server makes a prediction for the
iter
method when I typeextensions.
(which indicates that it guesses the type correctly), but after I accept the auto-completion, it alerts oniter
that "Type _/0 has no method iter." The case formembers
is the same.Checklist
The text was updated successfully, but these errors were encountered: