You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
Closes#3781
We were missing some possible entries and returning a `nil` kind can cause trouble for editors.
### Implementation
I added a fallback with `NULL` and a test that indexes our own codebase and checks that no kinds are `NULL`. This should help us prevent regressions.
0 commit comments