kingsley
when
val variable: Any = "some string" when (variable) { "some string" -> println(variable) // variable isn't smart-casted to string! }