fun test(foo: Int?, bar: Int): Int { var i = foo ?: return bar return i }