fun foo(x: Number) { when (x as Int) { else -> x : Int } x : Int }