Czar
check(blah: Any?) { when (blah) { is String && blah.length != 11 -> throwError("length should be 11") }