// PROBLEM: none // WITH_RUNTIME fun isAlphaOrBeta(str: String) = str.let { it == "Alpha" || it == "Beta" }