fun foo(arg: Boolean): Int { if (arg) return 0 // This else is redundant, code in braces could be just shifted left else { ... } }