// PROBLEM: none // WITH_RUNTIME fun test(a: String, b: String): Boolean { return a == b.toLowerCase() }