blob: 85b18e7f551114aac8de7fc1115135b8c0416dc3 [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun isAlphaOrBeta(str: String) = str.let<caret> { it == "Alpha" || it == "Beta" }