Example
newtype Foo = Foo { field :: Int }
When querying for the point-refs at line 1 column 22 (i.e. on the field name), the Foo constructor is given as a reference.
Version
This seems to only be an issue with GHC versions >= 9
This is causing haskell-language-server/#2915.
Example
When querying for the
point-refsat line 1 column 22 (i.e. on thefieldname), theFooconstructor is given as a reference.Version
This seems to only be an issue with GHC versions >= 9
This is causing haskell-language-server/#2915.