``` fun xyz(x: Int): Int = if (true) { 324 ...
# announcements
f
Copy code
fun xyz(x: Int): Int = if (true) {
    324
    x + 4
} else {
    3
}