The compiler is saying that there is a code path which allows the `return` on line 19 to be called without the `closest` variable being set first. Maybe line 8 should set `closest` to `null`.
↧