blob: 1841486b9e371c2999f31c656e17ae6556b1eda2 [file] [log] [blame]
fun intN(): Int? = null
fun test() = intN() ?: 1