Skip to content

GoToDefinition is not working for some identifiers in VisualFSharp.sln #13986

@dsyme

Description

@dsyme

Open VisualFSharp.sln, then open PatternMatchCompilation.fs, go to computeWhatSuccessfulTypeTestImpliesAboutNullTest and select go-to-definition on TypeNullIsTrueValue

let computeWhatSuccessfulTypeTestImpliesAboutNullTest g tgtTy1 =
    if TypeNullIsTrueValue g tgtTy1 then
        Implication.Nothing
    else
        Implication.Fails

Expected: navigation

Actual: "Can't navigate to symbol"

Other symbols seem available, so it's unclear to me what the problem is

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions