2023-08-03 16:59 UTC
Aha! I finally tracked down that drinking bug:
fun justOneBeer() {
enjoy()
justOneBeer() // Bug is here
}
Replies (1)
-
@yigit@androiddev.social 2023-08-06 19:16
@chethaase yeah, that will get you a stack overflow before you are drunk. Here, I fixed it for you: while(true) drink();