anokmik
when(x) { String, Int -> { print("x is an integer or string") } else -> { print("x is unknown") } }