Say I have the following Kotlin code:
fun isBlue(color: String) = color in setOf("blue", "aqua", "cerulean", "navy", &