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