"Find the Bug in This Function": Ten Planted Kotlin Bugs and How to Find Each One in Under a Minute
The debugging round hands you working-looking code and asks what is wrong. Here are ten Kotlin functions, each with one bug drawn from the gotchas in the earlier posts, the input that exposes it, the fix, and the method that finds bugs like these in under a minute. Every buggy and fixed version was compiled and run to prove the bug reproduces and the fix works.