b97aaf0f71
Relates to #KT-32010
5 lines
116 B
Kotlin
Vendored
5 lines
116 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun isAlphaOrBeta(str: String) = str.let<caret> { it == "Alpha" || it == "Beta" }
|