Skip to content

Hover on inner signature gives confusing information #767

Open
@jacg

Description

@jacg

Hovering on the signature of inner in the following sample, gives the signature of outer. Hovering on the definition of inner gives the correct signature of inner.

outer :: Bool
outer = undefined where

  inner :: Char
  inner = undefined

Tests in haskell/ghcide#311.

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