fun main() { val x = when (true) { else -> 2 } }