https://kotlinlang.org logo
f

frankdavid

10/13/2015, 3:14 PM
Copy code
fun xyz(x: Int): Int = if (true) {
    324
    x + 4
} else {
    3
}