Wingman: empty case code lens spurious appears for genuine empty-cases #1960
Labels
component: wingman
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
has a
Case split (Void)
code action, but it shouldn't because there are actually no constructors here that can typecheck. This is an extremely easy fix, to just checknot . null . tacticsGetDataCons
before emitting the code lens.The text was updated successfully, but these errors were encountered: