https://kotlinlang.org logo
#random
Title
k

kirillrakhman

01/03/2017, 1:01 PM
This wasn't meant as a prank, that's code I wrote to get around return type mismatch in an expression function à la
Copy code
fun foo() = doStuff().coerceToFalse()
Luckily the return value was never checked