Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 🦶🔫: Validate
visitNonNull
arguments (#4016)
I often find myself shooting myself in the foot passing the wrong `Cursor` to `visitNonNull`. This is a very easy mistake to make and often leads to quite a bit of confusion. This fixes that by validating that a parent cursor is being passed, not the current cursor. Signed-off-by: Jonathan Leitschuh <[email protected]>
- Loading branch information