Sam
02/25/2022, 2:24 PMreturn
is an expression (of type Nothing
), you can return return
.
fun madness() {
return return return return return return return return return return
}
Klitos Kyriacou
02/25/2022, 2:40 PMfun moreMadness() {
throw throw throw Throwable(return, return)
}
Richard Gomez
02/25/2022, 2:41 PMhallvard
02/25/2022, 3:09 PMSam
02/25/2022, 3:22 PMfun kotlinThemeSong() {
throw throw throw return
throw return return
throw return return return
throw return return
}
Tim Oltjenbruns
02/25/2022, 7:35 PM