// IS_APPLICABLE: false // WITH_RUNTIME fun main(args: Array) { args[0].let { it.isBlank() && it.toByteOrNull() != null } }