d2deff4864
#KT-40016 Fixed
5 lines
129 B
Kotlin
Vendored
5 lines
129 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test(a: String, b: String): Boolean {
|
|
return <caret>a.toLowerCase() == b.toUpperCase()
|
|
} |