Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error when analyzing incomplete inherit member #17902

Open
auduchinok opened this issue Oct 21, 2024 · 2 comments · May be fixed by #17905
Open

Internal error when analyzing incomplete inherit member #17902

auduchinok opened this issue Oct 21, 2024 · 2 comments · May be fixed by #17905

Comments

@auduchinok
Copy link
Member

I'm currently updating FCS in the Rider plugin, and our tests caught this internal error:

module Module

type T() =
    inherit
||(0)module Module

type T() =
    ||inherit|(1)|(2)
---------------------------------------------------------
(0): ReSharper Underlined Error Highlighting: internal error: rangeOfLidwd
(1): ReSharper Underlined Error Highlighting: This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'.
(2): ReSharper Underlined Error Highlighting: Type name cannot be empty.
@auduchinok
Copy link
Member Author

I guess it's for @edgarfgp? 🙂

@edgarfgp
Copy link
Contributor

I guess it's for @edgarfgp? 🙂

Will look into it soon. Thanks for report

@edgarfgp edgarfgp linked a pull request Oct 21, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

Successfully merging a pull request may close this issue.

2 participants