Skip to content

Internal error when analyzing incomplete inherit member #17902

Closed
@auduchinok

Description

@auduchinok

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

No one assigned

    Type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions