fun foo(b: Boolean): Int { return if (b) 15 else 20 }