Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
New